Skip to content

Commit

Permalink
chore: rename container to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Apr 20, 2023
1 parent 8e4cb83 commit 3c5a361
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/steadybit-extension-postman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-postman
description: Steadybit Postman extension Helm chart for Kubernetes.
version: 1.6.5
version: 1.6.6
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- image: {{ .Values.image.name }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: extension-postman
name: extension
resources:
requests:
memory: {{ .Values.resources.requests.memory }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ manifest should match snapshot with TLS:
httpGet:
path: /health/liveness
port: 8087
name: extension-postman
name: extension
readinessProbe:
httpGet:
path: /health/readiness
Expand Down Expand Up @@ -89,7 +89,7 @@ manifest should match snapshot with mutual TLS:
httpGet:
path: /health/liveness
port: 8087
name: extension-postman
name: extension
readinessProbe:
httpGet:
path: /health/readiness
Expand Down Expand Up @@ -147,7 +147,7 @@ manifest should match snapshot without TLS:
httpGet:
path: /health/liveness
port: 8087
name: extension-postman
name: extension
readinessProbe:
httpGet:
path: /health/readiness
Expand Down

0 comments on commit 3c5a361

Please sign in to comment.