diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index ba9881b..957b16b 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -3,7 +3,7 @@ name: flipt home: https://flipt.io description: Flipt is an open source, self-hosted feature flag solution. type: application -version: 0.36.0 +version: 0.36.1 appVersion: v1.23.3 maintainers: - name: Flipt diff --git a/charts/flipt/templates/tests/test-connection.yaml b/charts/flipt/templates/tests/test-connection.yaml index f08fc61..e2620b4 100644 --- a/charts/flipt/templates/tests/test-connection.yaml +++ b/charts/flipt/templates/tests/test-connection.yaml @@ -9,7 +9,7 @@ metadata: spec: containers: - name: wget - image: busybox + image: busybox:{{ (.Values.test).tag | default "latest" }} command: ['wget'] args: ['{{ include "flipt.fullname" . }}:{{ .Values.service.httpPort }}'] restartPolicy: Never diff --git a/charts/flipt/values.yaml b/charts/flipt/values.yaml index d593357..59f30b7 100644 --- a/charts/flipt/values.yaml +++ b/charts/flipt/values.yaml @@ -19,6 +19,10 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" +test: + # Can pin the version of busybox to a specific version + # tag: '1.36.1' + podAnnotations: {} podSecurityContext: