Skip to content

Commit ca2c1f2

Browse files
committed
🍎 a realistic helm chart version 🍎
1 parent 2aceaab commit ca2c1f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/5-the-deployments-strike-back/3-a-b-deployments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Before we jumping to A/B deployment, let's deploy Matomo through Argo CD.
9292

9393
### A/B Deployment
9494

95-
1. Let's deploy our experiment we want to compare - let's call this `B` and we'll use our existing Pet Battle deployment as `A`.
95+
1. Let's deploy our experiment we want to compare - let's call this `B` and we'll use our existing Pet Battle deployment as `A`. Adjust the `source_ref` helm chart version and `image_version` to match what you have built.
9696

9797
```bash
9898
cat << EOF >> /projects/tech-exercise/pet-battle/test/values.yaml
@@ -102,9 +102,9 @@ Before we jumping to A/B deployment, let's deploy Matomo through Argo CD.
102102
enabled: true
103103
source: http://nexus:8081/repository/helm-charts
104104
chart_name: pet-battle
105-
source_ref: 1.1.0 # helm chart version
105+
source_ref: 1.0.6 # helm chart version - may need adjusting!
106106
values:
107-
image_version: latest # container image version
107+
image_version: latest # container image version - may need adjusting!
108108
fullnameOverride: pet-battle-b
109109
route: false
110110
config_map: '{

0 commit comments

Comments
 (0)