Skip to content

Commit

Permalink
chore: add deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed May 29, 2024
1 parent 6a16c3f commit 9efbaea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/typhoon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ spec:
value: "{{ .Values.global.image.repository }}/webhooksource-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
- name: SALESFORCESOURCE_IMAGE
value: "{{ .Values.global.image.repository }}/salesforcesource-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
- name: JIRASOURCE_IMAGE
value: "{{ .Values.global.image.repository }}/jirasource-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
# Target adapters
- name: CLOUDEVENTSTARGET_IMAGE
value: "{{ .Values.global.image.repository }}/cloudeventstarget-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
Expand All @@ -64,6 +62,8 @@ spec:
value: "{{ .Values.global.image.repository }}/splunktarget-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
- name: SERVICENOWTARGET_IMAGE
value: "{{ .Values.global.image.repository }}/servicenowtarget-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
- name: JIRATARGET_IMAGE
value: "{{ .Values.global.image.repository }}/jiratarget-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
# Flow adapters
- name: JQTRANSFORMATION_IMAGE
value: "{{ .Values.global.image.repository }}/jqtransformation-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
Expand Down
4 changes: 4 additions & 0 deletions config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ spec:
value: ko://github.com/zeiss/typhoon/cmd/logztarget-adapter
- name: NATSTARGET_IMAGE
value: ko://github.com/zeiss/typhoon/cmd/natstarget-adapter
- name: JIRATARGET_IMAGE
value: ko://github.com/zeiss/typhoon/cmd/splunktarget-adapter
- name: SERVICENOWTARGET_IMAGE
value: ko://github.com/zeiss/typhoon/cmd/servicenowtarget-adapter
# Flow adapters
- name: JQTRANSFORMATION_IMAGE
value: ko://github.com/zeiss/typhoon/cmd/jqtransformation-adapter
Expand Down

0 comments on commit 9efbaea

Please sign in to comment.