diff --git a/.cr-release-packages/cloudbolt-collector-helm-v0.20.0.tgz b/.cr-release-packages/cloudbolt-collector-helm-v0.20.0.tgz new file mode 100644 index 0000000..21037fc Binary files /dev/null and b/.cr-release-packages/cloudbolt-collector-helm-v0.20.0.tgz differ diff --git a/.github/actions/release-helm-chart/action.yml b/.github/actions/release-helm-chart/action.yml index 67bc6c4..4f57252 100644 --- a/.github/actions/release-helm-chart/action.yml +++ b/.github/actions/release-helm-chart/action.yml @@ -43,7 +43,7 @@ runs: - name: Update Chart.yaml with new versions shell: bash run: | - yq e '.appVersion = "${ inputs.app_version }}"' -i Chart.yaml + yq e '.appVersion = "${{ inputs.app_version }}"' -i Chart.yaml yq e '.version = "${{ inputs.chart_version }}"' -i Chart.yaml yq e '.image.tag = "${{ inputs.image_tag }}"' -i values.yaml diff --git a/Chart.yaml b/Chart.yaml index e5fa18f..b299e0d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,6 @@ apiVersion: v2 name: cloudbolt-collector-helm description: A Helm chart for Kubernetes - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -11,14 +10,12 @@ description: A Helm chart for Kubernetes # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 - +version: v0.20.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "v0.20.0" diff --git a/values.yaml b/values.yaml index bae5611..6b45b3c 100644 --- a/values.yaml +++ b/values.yaml @@ -1,9 +1,7 @@ # Default values for cloudbolt-collector-helm. # This is a YAML-formatted file. # Declare variables to be passed into your templates. - replicaCount: 1 - DEBUG: "" IMAGE_VERSION: "" OCP_IP: "" @@ -11,17 +9,14 @@ OCP_PORT: "" OCP_SERVICENAME: "" OCP_ENABLE_SSL_VERIFICATION: "" INGESTION_API_URL: "" - image: repository: cloudboltsoftware/cloudbolt-collector pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "latest" - + tag: "v0.20.0" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" - serviceAccount: # Specifies whether a service account should be created create: true @@ -32,17 +27,14 @@ serviceAccount: # 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: {} podLabels: {} - podSecurityContext: runAsNonRoot: true runAsUser: 1000 runAsGroup: 1000 seccompProfile: type: "RuntimeDefault" - securityContext: allowPrivilegeEscalation: false capabilities: @@ -50,22 +42,19 @@ securityContext: runAsNonRoot: true seccompProfile: type: "RuntimeDefault" - service: type: ClusterIP port: 8000 - liveness: initialDelaySeconds: 300 failureThreshold: 3 periodSeconds: 300 - ingress: enabled: false className: "" annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" hosts: - host: chart-example.local paths: @@ -75,18 +64,17 @@ ingress: # - 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 +# 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 @@ -94,7 +82,6 @@ autoscaling: maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 - # Additional volumes on the output Deployment definition. volumes: [] # - name: foo @@ -109,7 +96,5 @@ volumeMounts: [] # readOnly: true nodeSelector: {} - tolerations: [] - -affinity: {} \ No newline at end of file +affinity: {}