diff --git a/charts/peaq-network-scan/Chart.yaml b/charts/peaq-network-scan/Chart.yaml index ea3fd01..6b0d792 100644 --- a/charts/peaq-network-scan/Chart.yaml +++ b/charts/peaq-network-scan/Chart.yaml @@ -2,4 +2,5 @@ apiVersion: v1 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/cdfoundation/artwork/master/jenkinsx/icon/color/jenkinsx-icon-color.png name: peaq-network-scan -version: 0.1.0-SNAPSHOT +version: 0.9.1 +appVersion: 0.9.1 diff --git a/charts/peaq-network-scan/values.yaml b/charts/peaq-network-scan/values.yaml index 66838eb..5a0e417 100755 --- a/charts/peaq-network-scan/values.yaml +++ b/charts/peaq-network-scan/values.yaml @@ -8,26 +8,20 @@ podAnnotations: {} podsLabels: {} # Add labels to the deployment deploymentLabels: {} - image: - repository: draft - tag: dev + repository: 041640568050.dkr.ecr.eu-central-1.amazonaws.com/peaqnetwork/peaq-network-scan + tag: 0.9.1 pullPolicy: IfNotPresent - # optional list of image pull secrets to use to pull images jx: # optional image pull secrets imagePullSecrets: [] - # whether to create a Release CRD when installing charts with Release CRDs included releaseCRD: true - # define environment variables here as a map of key: value env: - # enable this flag to use knative serve to deploy the app knativeDeploy: false - # HorizontalPodAutoscaler hpa: enabled: false @@ -37,7 +31,6 @@ hpa: memoryTargetAverageUtilization: 80 # Add labels to the HPA labels: {} - # Canary deployments # If enabled, Istio and Flagger need to be installed in the cluster canary: @@ -60,7 +53,6 @@ canary: labels: {} # Add labels to the canary gateway gatewayLabels: {} - service: name: peaq-network-scan type: ClusterIP @@ -91,7 +83,6 @@ readinessProbe: timeoutSeconds: 1 # Optional distinct readiness probe path, if empty the probePath is used probePath: "" - # custom ingress annotations on this service ingress: annotations: {} @@ -99,15 +90,13 @@ ingress: classAnnotation: "" # Add labels to the ingress labels: {} - # ingress path type pathType: ImplementationSpecific - serviceAccount: enabled: true name: "" annotations: {} -# iam.gke.io/gcp-service-account: my-sa-in-gke + # iam.gke.io/gcp-service-account: my-sa-in-gke # Add labels to the SA labels: {} # my-custom-label: value @@ -120,7 +109,6 @@ jxRequirements: # kubernetes.io/ingress.class: nginx apiVersion: "networking.k8s.io/v1" - # the domain for hosts domain: "" externalDNS: false @@ -131,5 +119,3 @@ jxRequirements: enabled: false production: false secretName: "" - -