Skip to content

Commit

Permalink
Remove default value for mysql args (#322)
Browse files Browse the repository at this point in the history
Signed-off-by: hmsayem <[email protected]>
Signed-off-by: Tamal Saha <[email protected]>
Co-authored-by: Tamal Saha <[email protected]>
  • Loading branch information
hmsayem and tamalsaha committed Oct 17, 2023
1 parent cf00258 commit 6255a69
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"name": "mysql",
"versions": [
"5.7.25-v27",
"5.7.25-v29",
"8.0.3-v27",
"8.0.14-v27",
"8.0.21-v21"
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/mysql/5.7.25/mysql-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- --enable-cache=${ENABLE_CACHE:=true}
- --max-connections=${MAX_CONNECTIONS:=0}
- --hostname=${HOSTNAME:=}
- --mysql-args=${args:=--all-databases}
- --mysql-args=${args:=}
- --wait-timeout=${waitTimeout:=300}
- --namespace=${NAMESPACE:=default}
- --appbinding=${TARGET_NAME:=}
Expand All @@ -33,4 +33,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-mysql:5.7.25-v27
image: ghcr.io/stashed/stash-mysql:5.7.25-v29
2 changes: 1 addition & 1 deletion catalog/raw/mysql/5.7.25/mysql-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-mysql:5.7.25-v27
image: ghcr.io/stashed/stash-mysql:5.7.25-v29
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "stashed") .Values) }}/stash-mysql:5.7.25-v27'
image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "stashed") .Values) }}/stash-mysql:5.7.25-v29'
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "stashed") .Values) }}/stash-mysql:5.7.25-v27'
image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "stashed") .Values) }}/stash-mysql:5.7.25-v29'
{{ end }}

0 comments on commit 6255a69

Please sign in to comment.