diff --git a/Makefile b/Makefile index 91e84d95..a294ec7e 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.1# x-release-please-version +CHART_VERSION=v0.0.2# 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/charts/k8sgpt-operator-v0.0.2.tgz b/charts/k8sgpt-operator-v0.0.2.tgz new file mode 100644 index 00000000..869de9d7 Binary files /dev/null and b/charts/k8sgpt-operator-v0.0.2.tgz differ diff --git a/index.yaml b/index.yaml index f58776fe..59657afe 100644 --- a/index.yaml +++ b/index.yaml @@ -1,9 +1,19 @@ apiVersion: v1 entries: k8sgpt-operator: + - apiVersion: v2 + appVersion: 0.2.4 + created: "2023-04-24T16:59:16.394523+02:00" + description: A Helm chart for Kubernetes + digest: 88b31be7ae4f21fcaac035d3b5863d6e31bf27f37bac3928ff6d3a725a0a4c5e + name: k8sgpt-operator + type: application + urls: + - https://charts.k8sgpt.ai/charts/k8sgpt-operator-v0.0.2.tgz + version: v0.0.2 - apiVersion: v2 appVersion: 1.16.0 - created: "2023-04-24T16:44:38.537433+02:00" + created: "2023-04-24T16:59:16.394404+02:00" description: A Helm chart for Kubernetes digest: d155c7db368f5a0ec2c9b841a78ba6ae7c3a4361860d9b68658c86d564f4d258 name: k8sgpt-operator @@ -11,4 +21,4 @@ entries: urls: - https://charts.k8sgpt.ai/charts/k8sgpt-operator-v0.0.1.tgz version: v0.0.1 -generated: "2023-04-24T16:44:38.536924+02:00" +generated: "2023-04-24T16:59:16.394012+02:00" diff --git a/values.yaml b/values.yaml deleted file mode 100644 index e498bb7a..00000000 --- a/values.yaml +++ /dev/null @@ -1,82 +0,0 @@ -# Default values for k8sgpt-operator. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -replicaCount: 1 - -image: - repository: nginx - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "" - -imagePullSecrets: [] -nameOverride: "" -fullnameOverride: "" - -serviceAccount: - # Specifies whether a service account should be created - create: true - # Annotations to add to the service account - annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - -podAnnotations: {} - -podSecurityContext: {} - # fsGroup: 2000 - -securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - -service: - type: ClusterIP - port: 80 - -ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - pathType: ImplementationSpecific - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - -resources: {} - # We usually recommend not to specify default resources and to leave this as a conscious - # choice for the user. This also increases chances charts run on environments with little - # resources, such as Minikube. If you do want to specify resources, uncomment the following - # lines, adjust them as necessary, and remove the curly braces after 'resources:'. - # limits: - # cpu: 100m - # memory: 128Mi - # requests: - # cpu: 100m - # memory: 128Mi - -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - -nodeSelector: {} - -tolerations: [] - -affinity: {}