diff --git a/Makefile b/Makefile index d741aa11..c7c4e63f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ IMG ?= ghcr.io/k8sgpt-ai/k8sgpt-operator:latest # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.26.0 -CHART_VERSION=v0.0.3# x-release-please-version +CHART_VERSION=v0.0.5 #x-release-please-version # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN)) GOBIN=$(shell go env GOPATH)/bin diff --git a/chart/templates/k8sgpt-crd.yaml b/chart/templates/k8sgpt-crd.yaml index 1cce08c0..9a7d598b 100644 --- a/chart/templates/k8sgpt-crd.yaml +++ b/chart/templates/k8sgpt-crd.yaml @@ -37,6 +37,8 @@ spec: properties: backend: type: string + baseUrl: + type: string enableAI: type: boolean model: diff --git a/charts/k8sgpt-operator-v0.0.3.tgz b/charts/k8sgpt-operator-v0.0.3.tgz index 5179445b..e9653714 100644 Binary files a/charts/k8sgpt-operator-v0.0.3.tgz and b/charts/k8sgpt-operator-v0.0.3.tgz differ diff --git a/charts/k8sgpt-operator-v0.0.5.tgz b/charts/k8sgpt-operator-v0.0.5.tgz new file mode 100644 index 00000000..8420fba6 Binary files /dev/null and b/charts/k8sgpt-operator-v0.0.5.tgz differ diff --git a/index.yaml b/index.yaml index 0246f9e8..c06ba27a 100644 --- a/index.yaml +++ b/index.yaml @@ -3,9 +3,19 @@ entries: k8sgpt-operator: - apiVersion: v2 appVersion: 0.1.0 - created: "2023-04-27T09:16:53.562871+02:00" + created: "2023-04-28T07:34:05.069357+02:00" description: A Helm chart for Kubernetes - digest: 48138af5e01194ac73cabb698bd9f5245fcff1955123632be37c8b6f03826e69 + digest: d707b3ce341a22b375c61b25dfe0fda59233f463a3dd5c2b074b7b869b23bca2 + name: k8sgpt-operator + type: application + urls: + - https://charts.k8sgpt.ai/charts/k8sgpt-operator-v0.0.5.tgz + version: v0.0.5 + - apiVersion: v2 + appVersion: 0.1.0 + created: "2023-04-28T07:34:05.069141+02:00" + description: A Helm chart for Kubernetes + digest: 01a83204abf1b7af53745da8cd9d25961a1d3b88d779ab22f920f801481bf835 name: k8sgpt-operator type: application urls: @@ -13,7 +23,7 @@ entries: version: v0.0.3 - apiVersion: v2 appVersion: 0.2.4 - created: "2023-04-27T09:16:53.562637+02:00" + created: "2023-04-28T07:34:05.068809+02:00" description: A Helm chart for Kubernetes digest: e0dbf56b6e036a1eaf9f03a0c6a1b4a2a360a339c5b82b24a58fbc7df23a89c6 name: k8sgpt-operator @@ -23,7 +33,7 @@ entries: version: v0.0.2 - apiVersion: v2 appVersion: 0.2.4 - created: "2023-04-27T09:16:53.56221+02:00" + created: "2023-04-28T07:34:05.068436+02:00" description: A Helm chart for Kubernetes digest: cd4a0ca2651f617ff7c1b81de031d9ae9acc23f291e46dc940a51f6a01857154 name: k8sgpt-operator @@ -31,4 +41,4 @@ entries: urls: - https://charts.k8sgpt.ai/charts/k8sgpt-operator-v0.0.1.tgz version: v0.0.1 -generated: "2023-04-27T09:16:53.560128+02:00" +generated: "2023-04-28T07:34:05.067943+02:00"