Skip to content

Commit

Permalink
replacing ingress with ingress-nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jun 6, 2022
1 parent f2bb3da commit 8d7969e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/action/codefresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ rabbitmq:
redis:
image:
registry: {{ .global.dockerRegistry | toString | trimSuffix "/" }}
ingress:
ingress-nginx:
controller:
image:
registry: {{ .global.dockerRegistry | toString | trimSuffix "/" }}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.13
0.5.14

0 comments on commit 8d7969e

Please sign in to comment.