Skip to content

Commit

Permalink
[Misc] helm: Chart version updated
Browse files Browse the repository at this point in the history
Point to the upcoming release version(s).
  • Loading branch information
Pavan-SAP committed Aug 1, 2024
1 parent 25e9e8b commit 83b3403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
description: Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/
name: cap-operator
version: 0.6.0
appVersion: 0.6.0
version: 0.7.0
appVersion: 0.7.0
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cap-operator

![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square)

Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/

Expand Down
2 changes: 0 additions & 2 deletions chart/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ spec:
value: {{ .Capabilities.APIVersions.Has "cert.gardener.cloud/v1alpha1" | ternary "gardener" "cert-manager.io" }}
- name: DNS_MANAGER
value: {{ .Capabilities.APIVersions.Has "dns.gardener.cloud/v1alpha1" | ternary "gardener" "kubernetes" }}
- name: MTX_JOB_IMAGE
value: "ghcr.io/sap/cap-operator/mtx-job"
{{- if .Values.controller.dnsTarget }}
- name: DNS_TARGET
value: {{ .Values.controller.dnsTarget }}
Expand Down

0 comments on commit 83b3403

Please sign in to comment.