Skip to content

Commit

Permalink
chore: repairing issues with helm
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 24, 2023
1 parent 1ad2b42 commit 3c889d6
Show file tree
Hide file tree
Showing 4 changed files with 6 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.2# x-release-please-version
CHART_VERSION=v0.0.1# 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
Binary file added charts/k8sgpt-operator-v0.0.1.tgz
Binary file not shown.
Binary file removed charts/k8sgpt-operator-v0.0.2.tgz
Binary file not shown.
10 changes: 5 additions & 5 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
k8sgpt-operator:
- apiVersion: v2
appVersion: 0.2.4
created: "2023-04-24T19:52:01.766171+02:00"
created: "2023-04-24T19:52:47.588132+02:00"
description: A Helm chart for Kubernetes
digest: 08edae95594e17a464d79f39d0d011d93f38e6583f343228b819b62ac234d7b5
digest: cd4a0ca2651f617ff7c1b81de031d9ae9acc23f291e46dc940a51f6a01857154
name: k8sgpt-operator
type: application
urls:
- https://charts.k8sgpt.ai/charts/k8sgpt-operator-v0.0.2.tgz
version: v0.0.2
generated: "2023-04-24T19:52:01.765797+02:00"
- https://charts.k8sgpt.ai/charts/k8sgpt-operator-v0.0.1.tgz
version: v0.0.1
generated: "2023-04-24T19:52:47.587645+02:00"

0 comments on commit 3c889d6

Please sign in to comment.