Skip to content

Commit

Permalink
chore: added missing chart
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Apr 28, 2023
1 parent 2b9933a commit 83ceb6c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions chart/templates/k8sgpt-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
properties:
backend:
type: string
baseUrl:
type: string
enableAI:
type: boolean
model:
Expand Down
Binary file modified charts/k8sgpt-operator-v0.0.3.tgz
Binary file not shown.
Binary file added charts/k8sgpt-operator-v0.0.5.tgz
Binary file not shown.
20 changes: 15 additions & 5 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,27 @@ 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:
- https://charts.k8sgpt.ai/charts/k8sgpt-operator-v0.0.3.tgz
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
Expand All @@ -23,12 +33,12 @@ 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
type: application
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"

0 comments on commit 83ceb6c

Please sign in to comment.