Skip to content

Commit

Permalink
bump ingress to 0.45.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwmonroe authored and George Kraft committed Apr 30, 2021
1 parent b181002 commit 39ba9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive/kubernetes_worker.py
Expand Up @@ -999,7 +999,7 @@ def render_and_launch_ingress():
context['ingress_uid'] = '101'
context['ingress_image'] = '/'.join([
registry_location or 'us.gcr.io',
'k8s-artifacts-prod/ingress-nginx/controller:v0.44.0',
'k8s-artifacts-prod/ingress-nginx/controller:v0.45.0',
])

kubelet_version = get_version('kubelet')
Expand Down

0 comments on commit 39ba9cb

Please sign in to comment.