Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alpha to beta #8760

Merged
merged 13 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/manifests/fabric-gateway/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-293" }}
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-296" }}
# {{ $version := index (split $image ":") 1 }}
apiVersion: apps/v1
kind: Deployment
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 print to disable it for main image */}}

{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.240-1063" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.240-1063" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.247-1070" }}


{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
Expand Down
2 changes: 1 addition & 1 deletion cluster/node-pools/master-default/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Resources:
VolumeType: gp3
NetworkInterfaces:
- DeviceIndex: 0
# {{ if eq .Cluster.ConfigItems.associate_public_ip_on_launch "true" }}
# {{ if eq .NodePool.ConfigItems.associate_public_ip_on_launch "true" }}
AssociatePublicIpAddress: true
# {{ end }}
Groups:
Expand Down
2 changes: 1 addition & 1 deletion cluster/node-pools/worker-karpenter/provisioners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
securityGroupSelectorTerms:
- tags:
karpenter.sh/discovery: "{{ .Cluster.ID }}/WorkerNodeSecurityGroup"
# {{ if eq .Cluster.ConfigItems.associate_public_ip_on_launch "true" }}
# {{ if eq .NodePool.ConfigItems.associate_public_ip_on_launch "true" }}
associatePublicIPAddress: true
# {{ end }}
instanceProfile: "{{ .Cluster.ID | awsValidID }}-WorkerKarpenter-InstanceProfile"
Expand Down
2 changes: 1 addition & 1 deletion cluster/node-pools/worker-splitaz/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Resources:
VolumeType: gp3
NetworkInterfaces:
- DeviceIndex: 0
# {{ if eq .Cluster.ConfigItems.associate_public_ip_on_launch "true" }}
# {{ if eq .NodePool.ConfigItems.associate_public_ip_on_launch "true" }}
AssociatePublicIpAddress: true
# {{ end }}
Groups:
Expand Down