Skip to content

Commit

Permalink
chore(deps): update bash docker digest to 1e84f23 (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 17, 2024
1 parent ad0cfba commit 949df6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/cloudsql/populate-jobs/populate-accounts-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
serviceAccountName: boa-ksa
containers:
- name: sidecar-controller
image: bash@sha256:4bbfbe07eceeed5ab9136b37faf4f5cff3c28a339087ce068a76f2c1733054e8
image: bash@sha256:1e84f232e7f18c2f3997751ce620a9bc79ddb1aa78df24b6f5383b21167b828c
command: ['bash', '-c', '. /scripts/wait-to-complete-sidecar.sh "initialize-database.sh" "cloud_sql_proxy"']
volumeMounts:
- name: scripts
Expand Down
2 changes: 1 addition & 1 deletion extras/cloudsql/populate-jobs/populate-ledger-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
serviceAccountName: boa-ksa
containers:
- name: sidecar-controller
image: bash@sha256:4bbfbe07eceeed5ab9136b37faf4f5cff3c28a339087ce068a76f2c1733054e8
image: bash@sha256:1e84f232e7f18c2f3997751ce620a9bc79ddb1aa78df24b6f5383b21167b828c
command: ['bash', '-c', '. /scripts/wait-to-complete-sidecar.sh "initialize-database.sh" "cloud_sql_proxy"']
volumeMounts:
- name: scripts
Expand Down

0 comments on commit 949df6c

Please sign in to comment.