Skip to content

Commit

Permalink
updating feeds to use fqdn (#366)
Browse files Browse the repository at this point in the history
* updating feeds to use fqdn
* bumping chart version for feeds

---------

Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 authored Apr 17, 2024
1 parent 9842754 commit 452b50d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/feeds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: feeds
type: application
version: "2.4.2"
version: "2.4.3"
appVersion: "5.4.1"
kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.29.x-x
description: Anchore feeds service
Expand Down
2 changes: 1 addition & 1 deletion stable/feeds/templates/_common.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Common environment variables
fieldRef:
fieldPath: metadata.name
- name: ANCHORE_ENDPOINT_HOSTNAME
value: {{ template "feeds.fullname" . }}
value: {{ template "feeds.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
- name: ANCHORE_PORT
value: {{ .Values.service.port | quote }}
{{- end -}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ should render proper initContainers:
fieldRef:
fieldPath: metadata.name
- name: ANCHORE_ENDPOINT_HOSTNAME
value: test-release-feeds
value: test-release-feeds.test-namespace.svc.cluster.local
- name: ANCHORE_PORT
value: "8448"
image: docker.io/anchore/enterprise:v5.4.1
Expand Down

0 comments on commit 452b50d

Please sign in to comment.