From 90819a3ba2fe40f57c694630482c572226c9b16d Mon Sep 17 00:00:00 2001 From: isaaguilar Date: Thu, 26 Oct 2023 00:19:49 -0400 Subject: [PATCH] fix deployment - no sa --- charts/terraform-operator-dashboard/Chart.yaml | 4 ++-- charts/terraform-operator-dashboard/README.md | 4 ++-- charts/terraform-operator-dashboard/templates/deployment.yaml | 1 - charts/terraform-operator-dashboard/values.yaml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/charts/terraform-operator-dashboard/Chart.yaml b/charts/terraform-operator-dashboard/Chart.yaml index 6dc6a03..aa8e9da 100644 --- a/charts/terraform-operator-dashboard/Chart.yaml +++ b/charts/terraform-operator-dashboard/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.0.0 +appVersion: 1.0.0-alpha-20231026001139 description: A Helm chart to deploy the terraform-operator-dashboard name: terraform-operator-dashboard -version: 1.0.0 +version: 1.0.1 diff --git a/charts/terraform-operator-dashboard/README.md b/charts/terraform-operator-dashboard/README.md index cc59779..a7b7a7d 100644 --- a/charts/terraform-operator-dashboard/README.md +++ b/charts/terraform-operator-dashboard/README.md @@ -1,6 +1,6 @@ # terraform-operator-dashboard -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 1.0.0-alpha-20231026001139](https://img.shields.io/badge/AppVersion-1.0.0--alpha--20231026001139-informational?style=flat-square) A Helm chart to deploy the terraform-operator-dashboard @@ -16,7 +16,7 @@ $ helm install galleybytes/terraform-operator-dashboard --namespace tf-system | Key | Description | Default | |---|---|---| | env | `list` Env defined like k8s EnvVar https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#envvar-v1-core. | `[{"name":"API_HOST","value":"http://terraform-operator-api"}]` | -| image.tag | `string` | `"1.0.0-alpha-20231020t083321"` | +| image.tag | `string` | `"1.0.0-alpha-20231026001139"` | | server.port | `int` The port the runtime exposes to connect to the webserver | `8080` | | service.annotations | `object` Service annotations key/values for the service resource | `{}` | | service.port | `int` the http or https port clients will use to access the `server.port` | `80` | diff --git a/charts/terraform-operator-dashboard/templates/deployment.yaml b/charts/terraform-operator-dashboard/templates/deployment.yaml index 836ce65..d1a2048 100644 --- a/charts/terraform-operator-dashboard/templates/deployment.yaml +++ b/charts/terraform-operator-dashboard/templates/deployment.yaml @@ -19,7 +19,6 @@ spec: service: terraform-operator component: dashboard spec: - serviceAccount: {{ .Release.Name }} containers: - {{ with .Values.args -}} args: diff --git a/charts/terraform-operator-dashboard/values.yaml b/charts/terraform-operator-dashboard/values.yaml index 740d895..5783a24 100644 --- a/charts/terraform-operator-dashboard/values.yaml +++ b/charts/terraform-operator-dashboard/values.yaml @@ -5,7 +5,7 @@ env: image: # The container image tag - tag: 1.0.0-alpha-20231020t083321 + tag: 1.0.0-alpha-20231026001139 # - Options for the api-webserver server: