Skip to content

Commit

Permalink
Merge pull request #79 from charlesoconor/allow-tagging-bussybox
Browse files Browse the repository at this point in the history
Allow tagging of the test container busybox
  • Loading branch information
GeorgeMac authored Jul 22, 2023
2 parents 3b9abcc + bb4444d commit f19f022
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/flipt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/flipt/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions charts/flipt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f19f022

Please sign in to comment.