Skip to content

Commit

Permalink
BGD-4846 - support new ocean-controller (#193)
Browse files Browse the repository at this point in the history
* BGD-4846 - support new ocean-controller
 - update `bigdata-operator-cluster-manager` cluster role
 - update image tag

* bump version
  • Loading branch information
alextarasov-spot authored Apr 16, 2024
1 parent 3800b69 commit e8e3257
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.11
appVersion: 0.4.9
version: 0.4.12
appVersion: 0.4.10
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/bigdata-operator/templates/cluster_manager_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ rules:
# ----------------------------------------------------------------------------
- apiGroups: [""]
resources: ["configmaps"]
resourceNames: ["spotinst-kubernetes-cluster-controller-config"]
resourceNames: ["spotinst-kubernetes-cluster-controller-config", "ocean-controller-ocean-kubernetes-controller"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["secrets"]
resourceNames: ["spotinst-kubernetes-cluster-controller", "spotinst-kubernetes-cluster-controller-ca-bundle"]
resourceNames: ["spotinst-kubernetes-cluster-controller", "spotinst-kubernetes-cluster-controller-ca-bundle", "ocean-controller-ocean-kubernetes-controller"]
verbs: ["get", "list"]
# ----------------------------------------------------------------------------
# Grant full permissions over Ocean for Apache Spark managed secrets
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
repository: public.ecr.aws/f4k1p1n4/bigdata-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.4.9-237820e1
tag: 0.4.10-0c4f6b5d

imagePullSecrets: []

Expand Down

0 comments on commit e8e3257

Please sign in to comment.