Skip to content

Commit

Permalink
chore: release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Jun 24, 2022
1 parent d379060 commit e8a27fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
3 changes: 2 additions & 1 deletion charts/peaq-network-scan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 3 additions & 17 deletions charts/peaq-network-scan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -60,7 +53,6 @@ canary:
labels: {}
# Add labels to the canary gateway
gatewayLabels: {}

service:
name: peaq-network-scan
type: ClusterIP
Expand Down Expand Up @@ -91,23 +83,20 @@ readinessProbe:
timeoutSeconds: 1
# Optional distinct readiness probe path, if empty the probePath is used
probePath: ""

# custom ingress annotations on this service
ingress:
annotations: {}
# defaults to nginx if no other ingress class annotation specified
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
Expand All @@ -120,7 +109,6 @@ jxRequirements:
# kubernetes.io/ingress.class: nginx

apiVersion: "networking.k8s.io/v1"

# the domain for hosts
domain: ""
externalDNS: false
Expand All @@ -131,5 +119,3 @@ jxRequirements:
enabled: false
production: false
secretName: ""


0 comments on commit e8a27fb

Please sign in to comment.