Skip to content

Commit

Permalink
fix helm chart (#22)
Browse files Browse the repository at this point in the history
* fix helm chart

* prepare patch release
  • Loading branch information
Diaphteiros authored Apr 15, 2024
1 parent 4ed2ec3 commit dabf3eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0-dev
v0.6.1-dev
2 changes: 1 addition & 1 deletion charts/k8syncer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
- configMap:
name: {{ .Values.config.cluster.caConfigMapName }}
items:
key: ca.crt
- key: ca.crt
path: ca.crt
{{- end }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/k8syncer/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/cola/k8syncer
tag: v0.7.0-dev
tag: v0.6.1-dev
# pullSecrets:
# - my-pull-secret

Expand Down

0 comments on commit dabf3eb

Please sign in to comment.