Skip to content

Commit

Permalink
Merge pull request #8223 from zalando-incubator/alpha-to-beta
Browse files Browse the repository at this point in the history
alpha to beta
  • Loading branch information
RomanZavodskikh authored Sep 26, 2024
2 parents d8039a7 + f138d90 commit 0afac70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/manifests/prometheus/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
mountPath: /prometheus
containers:
- name: prometheus
image: container-registry.zalando.net/teapot/prometheus:v2.53.1-master-57
image: container-registry.zalando.net/teapot/prometheus:v2.54.1-master-58
args:
- "--config.file=/prometheus/prometheus.yaml"
- "--storage.tsdb.path=/prometheus/"
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{/* image-updater-bot detects *image variables so use __ suffux to disable it for main image */}}

{{ $main_image__ := "container-registry.zalando.net/teapot/skipper-internal:v0.21.198-1017" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.198-1017" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.208-1027" }}


{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
Expand Down

0 comments on commit 0afac70

Please sign in to comment.