From 9530cace0d9fbbe3a76bc543d6af29110b1b8afd Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Mon, 31 Jan 2022 15:11:38 +0000 Subject: [PATCH 1/2] Generated commit to update templated files based on rev 0994c92 in stackabletech/operator-templating repo. Original commit message: Allow operators access to Secret objects (#57) Fixes https://github.com/stackabletech/trino-operator/pull/97 --- deploy/helm/kafka-operator/Chart.yaml | 6 ++++-- deploy/helm/kafka-operator/templates/roles.yaml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/deploy/helm/kafka-operator/Chart.yaml b/deploy/helm/kafka-operator/Chart.yaml index 575e0c44..687c8f9c 100644 --- a/deploy/helm/kafka-operator/Chart.yaml +++ b/deploy/helm/kafka-operator/Chart.yaml @@ -1,10 +1,12 @@ --- apiVersion: v2 name: kafka-operator -version: 0.5.0-nightly -appVersion: "0.5.0-nightly" +version: +appVersion: "" description: The Stackable Operator for Apache Kafka + home: https://github.com/stackabletech/kafka-operator + maintainers: - name: Stackable url: https://www.stackable.tech diff --git a/deploy/helm/kafka-operator/templates/roles.yaml b/deploy/helm/kafka-operator/templates/roles.yaml index c20a1251..16cb2dac 100644 --- a/deploy/helm/kafka-operator/templates/roles.yaml +++ b/deploy/helm/kafka-operator/templates/roles.yaml @@ -39,6 +39,7 @@ rules: resources: - pods - configmaps + - secrets - services - endpoints - serviceaccounts From 63a101fc0ac445fa5634df44904c5f70cc62de83 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Mon, 31 Jan 2022 15:13:22 +0000 Subject: [PATCH 2/2] Github Actions: Generated k8s manifest files --- deploy/helm/kafka-operator/Chart.yaml | 6 ++---- deploy/manifests/roles.yaml | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/deploy/helm/kafka-operator/Chart.yaml b/deploy/helm/kafka-operator/Chart.yaml index 687c8f9c..575e0c44 100644 --- a/deploy/helm/kafka-operator/Chart.yaml +++ b/deploy/helm/kafka-operator/Chart.yaml @@ -1,12 +1,10 @@ --- apiVersion: v2 name: kafka-operator -version: -appVersion: "" +version: 0.5.0-nightly +appVersion: "0.5.0-nightly" description: The Stackable Operator for Apache Kafka - home: https://github.com/stackabletech/kafka-operator - maintainers: - name: Stackable url: https://www.stackable.tech diff --git a/deploy/manifests/roles.yaml b/deploy/manifests/roles.yaml index 04f61082..9f9030b2 100644 --- a/deploy/manifests/roles.yaml +++ b/deploy/manifests/roles.yaml @@ -39,6 +39,7 @@ rules: resources: - pods - configmaps + - secrets - services - endpoints - serviceaccounts