Skip to content

Commit

Permalink
Fixing chart as it merges two different types of probes
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrUA committed May 2, 2023
1 parent a8b5607 commit 5e3ad77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ 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.0.6
version: 0.0.7

# 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: "0.0.6"
appVersion: "0.0.7"
icon: https://cncf-branding.netlify.app/img/projects/helm/horizontal/color/helm-horizontal-color.png
10 changes: 2 additions & 8 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

livenessProbe:
tcpSocket:
# path: /
port: http
readinessProbe:
tcpSocket:
# path: /
port: http
livenessProbe: {}
readinessProbe: {}

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit 5e3ad77

Please sign in to comment.