Skip to content

Commit

Permalink
chore(scale-agent): Automated scale agent version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Armory docs committed Jul 18, 2024
1 parent 1d7fafb commit 6cbb7ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion targets/kubernetes/scale-agent/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: Component

images:
- name: armory/agent-k8s
newTag: 1.0.55 # Latest agent version. See https://docs.armory.io/docs/armory-agent/armory-agent-quick/#compatibility-matrix for available versions
newTag: 2.28.x # Latest agent version. See https://docs.armory.io/docs/armory-agent/armory-agent-quick/#compatibility-matrix for available versions

resources:
- scale-agent-service.yml
Expand Down
2 changes: 1 addition & 1 deletion targets/kubernetes/scale-agent/plugin-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
plugins:
Armory.Kubesvc:
enabled: true
version: 0.11.35 # Latest agent plugin version. Replace with a version compatible with your Armory CD version, see https://docs.armory.io/docs/armory-agent/armory-agent-quick/#compatibility-matrix for available versions
version: 2.28.x # Latest agent plugin version. Replace with a version compatible with your Armory CD version, see https://docs.armory.io/docs/armory-agent/armory-agent-quick/#compatibility-matrix for available versions
extensions:
armory.kubesvc:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion targets/kubernetes/scale-agent/plugin-container-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
initContainers:
- name: armory-agent-plugin
image: docker.io/armory/kubesvc-plugin:0.11.35 # Latest agent plugin version. Replace with a version compatible with your Armory CD version, see https://docs.armory.io/docs/armory-agent/armory-agent-quick/#compatibility-matrix for available versions
image: docker.io/armory/kubesvc-plugin:2.28.x # Latest agent plugin version. Replace with a version compatible with your Armory CD version, see https://docs.armory.io/docs/armory-agent/armory-agent-quick/#compatibility-matrix for available versions
volumeMounts:
- mountPath: /opt/plugin/target
name: armory-agent-plugin-vol
Expand Down
2 changes: 1 addition & 1 deletion targets/kubernetes/scale-agent/versions/v1-26.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- op: replace
path: /spec/spinnakerConfig/profiles/clouddriver/spinnaker/extensibility/plugins/Armory.Kubesvc/version
value: 0.9.89 # Agent plugin version compatible with 1.26.x
value: 2.28.x # Agent plugin version compatible with 1.26.x
2 changes: 1 addition & 1 deletion targets/kubernetes/scale-agent/versions/v1-27.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- op: replace
path: /spec/spinnakerConfig/profiles/clouddriver/spinnaker/extensibility/plugins/Armory.Kubesvc/version
value: 0.10.73 # Agent plugin version compatible with 1.27.x
value: 2.28.x # Agent plugin version compatible with 1.27.x
2 changes: 1 addition & 1 deletion targets/kubernetes/scale-agent/versions/v1-28.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- op: replace
path: /spec/spinnakerConfig/profiles/clouddriver/spinnaker/extensibility/plugins/Armory.Kubesvc/version
value: 0.11.35 # Latest agent plugin version
value: 2.28.x # Latest agent plugin version

0 comments on commit 6cbb7ef

Please sign in to comment.