Skip to content

Commit

Permalink
chore: bump Keto version and adjust migrate command (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Nov 12, 2021
1 parent a3bdfa4 commit 0fdf97d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/charts/keto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ maintainers:
# 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.20.2
version: 0.21.0
# 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.
appVersion: v0.6.0
appVersion: v0.7.0
2 changes: 1 addition & 1 deletion helm/charts/keto/templates/job-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [ "keto" ]
args: [ "migrate", "up", "-y", "--all-namespaces", "--config", "/etc/config/keto.yaml" ]
args: [ "migrate", "up", "-y", "--config", "/etc/config/keto.yaml" ]
volumeMounts:
- name: {{ include "keto.name" . }}-config-volume
mountPath: /etc/config
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/keto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# -- Ory KETO version
tag: "v0.6.0-alpha.1-sqlite"
tag: "v0.7.0-alpha.1-sqlite"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 0fdf97d

Please sign in to comment.