Skip to content

Commit

Permalink
fix image name in manifest.tmpl (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcabello authored Oct 27, 2021
1 parent 5d2ec39 commit 4572d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.tmpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
image: rancher/metrics-server:{{build.tag}}
image: rancher/hardened-k8s-metrics-server:{{build.tag}}
manifests:
-
image: rancher/metrics-server:{{build.tag}}-amd64
image: rancher/hardened-k8s-metrics-server:{{build.tag}}-amd64
platform:
architecture: amd64
os: linux
-
image: rancher/metrics-server:{{build.tag}}-s390x
image: rancher/hardened-k8s-metrics-server:{{build.tag}}-s390x
platform:
architecture: s390x
os: linux

0 comments on commit 4572d33

Please sign in to comment.