Skip to content

Commit 4a23cfe

Browse files
chore: release 0.9.9
1 parent 0532d4c commit 4a23cfe

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

charts/peaq-network-scan/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ apiVersion: v1
22
description: A Helm chart for Kubernetes
33
icon: https://raw.githubusercontent.com/cdfoundation/artwork/master/jenkinsx/icon/color/jenkinsx-icon-color.png
44
name: peaq-network-scan
5-
version: 0.1.0-SNAPSHOT
5+
version: 0.9.9
6+
appVersion: 0.9.9

charts/peaq-network-scan/values.yaml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,20 @@ podAnnotations: {}
88
podsLabels: {}
99
# Add labels to the deployment
1010
deploymentLabels: {}
11-
1211
image:
13-
repository: draft
14-
tag: dev
12+
repository: 041640568050.dkr.ecr.eu-central-1.amazonaws.com/peaqnetwork/peaq-network-scan
13+
tag: 0.9.9
1514
pullPolicy: IfNotPresent
16-
1715
# optional list of image pull secrets to use to pull images
1816
jx:
1917
# optional image pull secrets
2018
imagePullSecrets: []
21-
2219
# whether to create a Release CRD when installing charts with Release CRDs included
2320
releaseCRD: true
24-
2521
# define environment variables here as a map of key: value
2622
env:
27-
2823
# enable this flag to use knative serve to deploy the app
2924
knativeDeploy: false
30-
3125
# HorizontalPodAutoscaler
3226
hpa:
3327
enabled: false
@@ -37,7 +31,6 @@ hpa:
3731
memoryTargetAverageUtilization: 80
3832
# Add labels to the HPA
3933
labels: {}
40-
4134
# Canary deployments
4235
# If enabled, Istio and Flagger need to be installed in the cluster
4336
canary:
@@ -60,7 +53,6 @@ canary:
6053
labels: {}
6154
# Add labels to the canary gateway
6255
gatewayLabels: {}
63-
6456
service:
6557
name: peaq-network-scan
6658
type: ClusterIP
@@ -91,23 +83,20 @@ readinessProbe:
9183
timeoutSeconds: 1
9284
# Optional distinct readiness probe path, if empty the probePath is used
9385
probePath: ""
94-
9586
# custom ingress annotations on this service
9687
ingress:
9788
annotations: {}
9889
# defaults to nginx if no other ingress class annotation specified
9990
classAnnotation: ""
10091
# Add labels to the ingress
10192
labels: {}
102-
10393
# ingress path type
10494
pathType: ImplementationSpecific
105-
10695
serviceAccount:
10796
enabled: true
10897
name: ""
10998
annotations: {}
110-
# iam.gke.io/gcp-service-account: my-sa-in-gke
99+
# iam.gke.io/gcp-service-account: my-sa-in-gke
111100
# Add labels to the SA
112101
labels: {}
113102
# my-custom-label: value
@@ -120,7 +109,6 @@ jxRequirements:
120109
# kubernetes.io/ingress.class: nginx
121110

122111
apiVersion: "networking.k8s.io/v1"
123-
124112
# the domain for hosts
125113
domain: ""
126114
externalDNS: false
@@ -131,5 +119,3 @@ jxRequirements:
131119
enabled: false
132120
production: false
133121
secretName: ""
134-
135-

0 commit comments

Comments
 (0)