Skip to content

Commit

Permalink
Bump ci-unified to 1.73.0 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcny authored Oct 23, 2023
1 parent c505e15 commit 8df6ffa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/values-parity-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gcloud-sqlproxy:
common:
env:
GITLAB_PUSH_NAMESPACE: parity/mirrors
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.70.0-2023-05-23
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.73.0-2023-05-23
GITLAB_DOMAIN: gitlab.parity.io
DATA_PATH: /data
IS_DEPLOYMENT: true
Expand Down
2 changes: 1 addition & 1 deletion helm/values-parity-stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gcloud-sqlproxy:
common:
env:
GITLAB_PUSH_NAMESPACE: parity/mirrors
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.70.0-2023-05-23
GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.73.0-2023-05-23
GITLAB_DOMAIN: gitlab-stg.parity.io
DATA_PATH: /data
IS_DEPLOYMENT: true
Expand Down
4 changes: 2 additions & 2 deletions src/command-configs/help/parts/commands.pug
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ div(id="link-override-ci-image").command

p Syntax (after command name):
p
code -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.70.0-2023-05-23
code -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.73.0-2023-05-23

p Examples:
p
code #{commandStart} update-ui -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.70.0-2023-05-23 --rust_version=1.70.0
code #{commandStart} update-ui -v CMD_IMAGE=paritytech/ci-unified:bullseye-1.73.0-2023-05-23 --rust_version=1.73.0

div(id="link-rust").command
h5 Rust Log, etc
Expand Down

0 comments on commit 8df6ffa

Please sign in to comment.