Skip to content

Update values.yaml #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d05fb9b
Update values.yaml
idan-codefresh Oct 26, 2023
863a151
Added/Modified helm-guestbook/values.yaml
Oct 26, 2023
b293932
updated appVersion
idan-codefresh Oct 26, 2023
9ef43e6
Update Chart.yaml
idan-codefresh Feb 14, 2024
f65f795
Update Chart.yaml
idan-codefresh Feb 14, 2024
b361bec
Create version.yaml
idan-codefresh Feb 14, 2024
3822a95
Update version.yaml
idan-codefresh Feb 14, 2024
dd3cae0
Added/Modified helm-guestbook/Chart.yaml
Feb 18, 2024
2db06ed
Update Chart.yaml
idan-codefresh Feb 18, 2024
4704a87
Added/Modified helm-guestbook/Chart.yaml
Feb 18, 2024
09c7826
Update version.yaml
idan-codefresh Feb 18, 2024
ddbf768
Update Chart.yaml
idan-codefresh Feb 18, 2024
d726acd
Added/Modified helm-guestbook/Chart.yaml
Feb 19, 2024
5189231
Update Chart.yaml
idan-codefresh Feb 19, 2024
90f3502
Update Chart.yaml
idan-codefresh Feb 19, 2024
586fef1
Update version.yaml
idan-codefresh Feb 19, 2024
006d6f5
Update Chart.yaml
idan-codefresh Feb 19, 2024
d5b332d
Update version.yaml
idan-codefresh Feb 20, 2024
fdb6865
Update version.yaml
idan-codefresh Feb 20, 2024
e06e47b
Update Chart.yaml
idan-codefresh Feb 20, 2024
1f762ff
Update Chart.yaml
idan-codefresh Mar 4, 2024
19f7853
Update Chart.yaml
idan-codefresh Mar 4, 2024
5079708
Update Chart.yaml
idan-codefresh Mar 4, 2024
6f65c77
Update Chart.yaml
idan-codefresh Mar 4, 2024
17bdd00
Update Chart.yaml
idan-codefresh Mar 4, 2024
0277e45
Update Chart.yaml
idan-codefresh Mar 4, 2024
1affe61
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Mar 14, 2024
d914489
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Mar 14, 2024
661fe3b
Update version.yaml
idan-codefresh Apr 11, 2024
794e96a
Added/Modified helm-guestbook/values.yaml, helm-guestbook/version.yaml
Apr 11, 2024
ea3e0a1
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Apr 11, 2024
36e79d1
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Apr 11, 2024
2729150
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Apr 11, 2024
62e2060
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Apr 14, 2024
b63ae6c
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Apr 14, 2024
b761610
promoting idan-helm/guestbook-stage to idan-helm/guestbook-prod
Apr 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions helm-guestbook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ 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.1.0
version: 0.2.76

# 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.
appVersion: "1.0"
appVersion: "1.3"
test: "me"
10 changes: 6 additions & 4 deletions helm-guestbook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

replicaCount: 1
replicaCount: 2

image:
repository: gcr.io/heptio-images/ks-guestbook-demo
tag: 0.1
tag: 0.2
pullPolicy: IfNotPresent

service:
Expand All @@ -15,7 +15,8 @@ service:

ingress:
enabled: false
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
path: /
Expand All @@ -26,7 +27,8 @@ ingress:
# hosts:
# - chart-example.local

resources: {}
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
Expand Down
1 change: 1 addition & 0 deletions helm-guestbook/version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version: 1.9.22