Skip to content

Commit

Permalink
BGD-4221 - ocean-controller namespace ENV VAR (#165)
Browse files Browse the repository at this point in the history
* ocean controller ns env var
* BGD-4221 - operator tag
  • Loading branch information
alextarasov-spot authored Oct 26, 2023
1 parent 75ddff2 commit caea73c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/bigdata-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bigdata-operator
description: Spot Ocean BigData Operator
type: application
version: 0.4.2
appVersion: 0.4.1
version: 0.4.3
appVersion: 0.4.2
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
2 changes: 2 additions & 0 deletions charts/bigdata-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
value: {{ .Values.spotBaseUrl | quote }}
- name: CHART_VERSION
value: {{ .Chart.Version | quote }}
- name: OCEAN_CONTROLLER_NAMESPACE
value: {{ .Values.oceanControllerNamespace }}
- name: BIGDATA_OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
4 changes: 3 additions & 1 deletion charts/bigdata-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ image:
repository: public.ecr.aws/f4k1p1n4/bigdata-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.4.1-b55a6162
tag: 0.4.2-4ab3d381

imagePullSecrets: []

spotBaseUrl: "https://api.spotinst.io"

oceanControllerNamespace: ""

serviceAccount:
create: true
annotations: {}
Expand Down

0 comments on commit caea73c

Please sign in to comment.