Skip to content

Commit

Permalink
Merge pull request #7765 from zalando-incubator/alpha-to-beta
Browse files Browse the repository at this point in the history
alpha to beta
  • Loading branch information
mikkeloscar authored Jun 28, 2024
2 parents 768b26a + 6e08d03 commit 0b9144c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/etcd/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Resources:
- Key: component
Value: etcd-cluster
- Key: Name
Value: 'etcd-cluster ({{.Cluster.ID}})'
Value: 'etcd-cluster'
NetworkInterfaces:
- DeviceIndex: 0
AssociatePublicIpAddress: true
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ $internal_version := "v0.21.124-947" }}
{{ $canary_internal_version := "v0.21.124-947" }}
{{ $canary_internal_version := "v0.21.133-957" }}

{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
{{ $canary_args := "" }}
Expand Down
2 changes: 1 addition & 1 deletion cluster/node-pools/master-default/userdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ write_files:
limits:
memory: {{ .Values.InstanceInfo.MemoryFraction (parseInt64 .Cluster.ConfigItems.apiserver_memory_limit_percent)}}
{{- end }}
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-209
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/admission-controller:master-211
name: admission-controller
lifecycle:
preStop:
Expand Down

0 comments on commit 0b9144c

Please sign in to comment.