Skip to content

Commit

Permalink
Release Helm chart for branch 2024-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 29, 2024
1 parent 27bb409 commit 4d98af8
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 207 deletions.
2 changes: 1 addition & 1 deletion chart-source/fmeflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: FME Flow Helm chart
name: fmeflow
version: 1.0.4
version: 1.0.6
9 changes: 0 additions & 9 deletions chart-source/fmeflow/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,3 @@ If you aren't able to resolve the issue, or you think you've found a bug you can

To uninstall/delete FME Flow (this deletes all data):
$ helm uninstall {{ .Release.Name }} -n {{ .Release.Namespace }}

{{- $queueWarning := false }}
{{- range .Values.fmeflow.engines.groups }}
{{- if and .queues (eq $queueWarning false) }}

NOTE: The parameter fmeflow.engines.groups[].queues is DEPRECATED. Engine assignment should be done through engine properties. See https://community.safe.com/s/article/FME-Server-on-Kubernetes-Utilizing-Engine-Assignment-and-Job-Routing for more info.
{{- $queueWarning = true }}
{{- end }}
{{- end }}
12 changes: 2 additions & 10 deletions chart-source/fmeflow/templates/core-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ spec:
env:
- name: PRIMARY_PROCESS
value: core
- name: FMEFLOWHOSTNAME
value: localhost
- name: WEBSERVERHOSTNAME
value: localhost
- name: FMEFLOWHOSTNAMELOCAL
- name: COREHOSTNAME
value: localhost
- name: EXTERNALHOSTNAME
value: {{ .Values.deployment.hostname }}
Expand Down Expand Up @@ -149,11 +145,7 @@ spec:
- mountPath: /data/fmeflowdata
name: fmeflowdata
env:
- name: FMEFLOWHOSTNAME
value: localhost
- name: WEBSERVERHOSTNAME
value: localhost
- name: FMEFLOWHOSTNAMELOCAL
- name: COREHOSTNAME
value: localhost
- name: EXTERNALHOSTNAME
value: {{ .Values.deployment.hostname }}
Expand Down
6 changes: 1 addition & 5 deletions chart-source/fmeflow/templates/engine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,12 @@ spec:
value: {{ template "fmeflow.deployment.protocol" $ }}
- name: EXTERNALPORT
value: "{{ $.Values.deployment.port }}"
- name: FMEFLOWHOSTNAME
- name: COREHOSTNAME
value: engineregistration
- name: NODENAME
valueFrom:
fieldRef:
fieldPath: status.podIP
{{- if .queues }}
- name: FME_ENV_ENGINE_QUEUES
value: {{ .queues | quote }}
{{- end }}
{{- if .type }}
- name: ENGINETYPE
value: {{ .type | quote }}
Expand Down
2 changes: 1 addition & 1 deletion chart-source/fmeflow/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fmeflow:
image:
tag: 2024.0-beta
tag: 2024.1-beta
registry: docker.io
namespace: safesoftware
# Supported values: Always or IfNotPresent
Expand Down
Binary file added docs/fmeflow-1.0.6.tgz
Binary file not shown.
Loading

0 comments on commit 4d98af8

Please sign in to comment.