Skip to content

Commit db3f16c

Browse files
authored
Bump chart version to 0.5.0 and update ExternalSecret API version to v1 (#22)
1 parent 08c7d14 commit db3f16c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kafka-connect/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.0
18+
version: 0.5.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/kafka-connect/templates/external-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- range $secret, $secret_config := .Values.secrets }}
2-
apiVersion: external-secrets.io/v1beta1
2+
apiVersion: external-secrets.io/v1
33
kind: ExternalSecret
44
metadata:
55
name: {{ $secret }}

0 commit comments

Comments
 (0)