Skip to content

Commit 3889ab8

Browse files
authored
Fix image.repository
1 parent 81af024 commit 3889ab8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm/dataflow-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: dataflow-operator
33
description: A Helm chart for DataFlow Operator - Kubernetes оператор для потоковой передачи данных
44
type: application
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: "0.1.1"
77
keywords:
88
- dataflow

helm/dataflow-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 1
66

77
image:
8-
repository: controller
8+
repository: ghcr.io/ilyario/dataflow
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
1111
tag: "latest"

0 commit comments

Comments
 (0)