Skip to content

Commit

Permalink
Merge pull request #53 from So1S/release/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
NEM-NE authored Oct 28, 2022
2 parents 64c83b2 + 68f2065 commit 5703172
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/prod/app-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/So1S/deploy.git
targetRevision: release/v0.5.0
targetRevision: release/v1.0.0
path: charts/backend

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/So1S/deploy.git
targetRevision: release/v0.5.0
targetRevision: release/v1.0.0
path: charts/database

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/So1S/deploy.git
targetRevision: release/v0.5.0
targetRevision: release/v1.0.0
path: charts/frontend

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/So1S/deploy.git
targetRevision: release/v0.5.0
targetRevision: release/v1.0.0
path: charts/istio

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/So1S/deploy.git
targetRevision: release/v0.5.0
targetRevision: release/v1.0.0
path: charts/logging

helm:
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/app-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/So1S/deploy.git
targetRevision: release/v0.5.0
targetRevision: release/v1.0.0
path: charts/monitoring

helm:
Expand Down
2 changes: 1 addition & 1 deletion charts/backend/prod-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ istioInject:

image:
repository: "ghcr.io/so1s/api-server"
tag: "0.5.0"
tag: "1.0.0"

imagePullSecrets:
- name: so1s
Expand Down
2 changes: 1 addition & 1 deletion charts/frontend/prod-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 2

image:
repository: "ghcr.io/so1s/frontend"
tag: "latest"
tag: "1.0.0"

imagePullSecrets:
- name: so1s
Expand Down
2 changes: 1 addition & 1 deletion root-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:

source:
repoURL: https://github.com/So1S/deploy.git
targetRevision: release/v0.5.0
targetRevision: release/v1.0.0
path: apps/prod

destination:
Expand Down

0 comments on commit 5703172

Please sign in to comment.