Skip to content

Commit

Permalink
Merge pull request #3 from digitalist-se/update_mariadb_redis
Browse files Browse the repository at this point in the history
update dependency images mariadb and redis
  • Loading branch information
mikkeschiren authored Aug 5, 2023
2 parents 80ff060 + 87f0a11 commit 565740b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --validate-maintainers=false --target-branch ${{ github.event.repository.default_branch }}

- name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true'
Expand Down
7 changes: 6 additions & 1 deletion charts/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ 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.0
version: 0.7.1

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "10.5.2"

maintainers:
- name: Mikke Schirén
email: mikke.schiren@digitalist.se
url: https://www.digitalist.se/

dependencies:
- name: mariadb
version: "12.2.4"
Expand Down
10 changes: 5 additions & 5 deletions charts/directus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public:
url:
# If you are using the ingress config in the helm chart, you
# don't need to set this, as the public url fallbacks on that
# value, if that's the public you would like to use, you don't
# value, if that's the public you would like to use, you don't
# need to set this.
# Directus can be installed without this, but generates a
# warning at startup if it's missing
Expand Down Expand Up @@ -240,7 +240,7 @@ mariadb:
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.9.7-debian-11-r51
tag: 10.9.7-debian-11-r54
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -975,7 +975,7 @@ mariadb:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-10-r448
tag: 0.15.0-debian-11-r8
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1095,7 +1095,7 @@ mariadb:

## Array with extra yaml to deploy with the chart. Evaluated as a template
##
extraDeploy: []
extraDeploy: []

redis:
enabled: true
Expand Down Expand Up @@ -1158,7 +1158,7 @@ redis:
image:
registry: docker.io
repository: bitnami/redis
tag: 6.2.3-debian-10-r22
tag: 6.2.13-debian-11-r20
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 565740b

Please sign in to comment.