Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/pipelines/mirror-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ parameters:
- name: Images
type: object
default:
- source: ghcr.io/chaos-mesh/chaos-daemon:v2.1.4
mirror: azsdkengsys.azurecr.io/mirror/chaos-mesh/chaos-daemon:v2.1.4
- source: ghcr.io/chaos-mesh/chaos-daemon:v2.6.3
mirror: azsdkengsys.azurecr.io/mirror/chaos-mesh/chaos-daemon:v2.6.3
changes: bash -c "apt update -y && apt upgrade -y"
- source: ghcr.io/chaos-mesh/chaos-mesh:v2.1.4
mirror: azsdkengsys.azurecr.io/mirror/chaos-mesh/chaos-mesh:v2.1.4
- source: ghcr.io/chaos-mesh/chaos-mesh:v2.6.3
mirror: azsdkengsys.azurecr.io/mirror/chaos-mesh/chaos-mesh:v2.6.3
changes: bash -c "apk update && apk upgrade"
- source: ghcr.io/chaos-mesh/chaos-dashboard:v2.1.4
mirror: azsdkengsys.azurecr.io/mirror/chaos-mesh/chaos-dashboard:v2.1.4
- source: ghcr.io/chaos-mesh/chaos-dashboard:v2.6.3
mirror: azsdkengsys.azurecr.io/mirror/chaos-mesh/chaos-dashboard:v2.6.3
changes: bash -c "apt update -y && apt upgrade -y"
- source: ubuntu/squid
mirror: azsdkengsys.azurecr.io/mirror/ubuntu/squid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: chaos-mesh
repository: https://charts.chaos-mesh.org
version: 2.1.4
version: 2.6.3
- name: stress-test-addons
repository: https://stresstestcharts.blob.core.windows.net/helm/
version: 0.3.0
digest: sha256:dc42ee5bb2c0b0427c47ae898ddab359e05a3e224ea22002175f2d74d95a469b
generated: "2023-09-25T21:27:50.950627239-04:00"
version: 0.3.1
digest: sha256:b954ab9bea8f484f3110a2051e384621f6cfb0188cccd3911299da3aad6fd951
generated: "2024-05-08T14:47:49.4174026-07:00"
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ version: 0.1.0
# 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: "1.17.0"
appVersion: "1.18.0"

dependencies:
- name: chaos-mesh
version: 2.1.4
version: 2.6.3
repository: https://charts.chaos-mesh.org
condition: deploy.chaosmesh
- name: stress-test-addons
Expand Down