Skip to content

Commit

Permalink
Merge pull request #4 from digitalist-se/update_bitnami_shell
Browse files Browse the repository at this point in the history
Update bitnami shell
  • Loading branch information
mikkeschiren authored Aug 5, 2023
2 parents 565740b + fb9a509 commit 932dcf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}
run: helm repo add bitnami https://charts.bitnami.com/bitnami && ct install --target-branch ${{ github.event.repository.default_branch }}
2 changes: 1 addition & 1 deletion charts/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.1
version: 0.7.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/directus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ mariadb:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r91
tag: 11-debian-11-r136
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -2389,7 +2389,7 @@ redis:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r92
tag: 11-debian-11-r136
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -2435,7 +2435,7 @@ redis:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r92
tag: 11-debian-11-r136
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 932dcf7

Please sign in to comment.