Skip to content

Commit

Permalink
update awsesproxy 1.3 -> 1.5 (#1978)
Browse files Browse the repository at this point in the history
* update awsesproxy 1.3 -> 1.5

* update circleci config

* update scan images

* update semantic version for awsesproxy

* fix templating
  • Loading branch information
pgvishnuram committed Sep 6, 2023
1 parent 07d67b2 commit ae5caef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ workflows:
- quay.io/astronomer/ap-alertmanager:0.26.0
- quay.io/astronomer/ap-astro-ui:0.30.14
- quay.io/astronomer/ap-auth-sidecar:1.25.1
- quay.io/astronomer/ap-awsesproxy:1.3-13
- quay.io/astronomer/ap-awsesproxy:1.5
- quay.io/astronomer/ap-base:3.18.0-1
- quay.io/astronomer/ap-blackbox-exporter:0.24.0
- quay.io/astronomer/ap-cli-install:0.26.17
Expand Down
4 changes: 2 additions & 2 deletions charts/external-es-proxy/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ imagePullSecrets:
{{- if .Values.global.privateRegistry.enabled -}}
{{ .Values.global.privateRegistry.repository }}/ap-openresty:{{ .Values.images.esproxy.tag }}
{{- else -}}
{{ printf "%s:%s" .Values.images.esproxy.repository .Values.images.esproxy.tag }}
{{ .Values.images.esproxy.repository}}:{{ .Values.images.esproxy.tag }}
{{- end }}
{{- end }}

Expand All @@ -98,6 +98,6 @@ imagePullSecrets:
{{- if .Values.global.privateRegistry.enabled -}}
{{ .Values.global.privateRegistry.repository }}/ap-awsesproxy:{{ .Values.images.awsproxy.tag }}
{{- else -}}
{{ printf "%s:%s" .Values.images.awsproxy.repository .Values.images.awsproxy.tag }}
{{ .Values.images.awsproxy.repository }}:{{ .Values.images.awsproxy.tag }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/external-es-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ images:
pullPolicy: IfNotPresent
awsproxy:
repository: quay.io/astronomer/ap-awsesproxy
tag: 1.3-13
tag: 1.5
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit ae5caef

Please sign in to comment.