Skip to content

Commit

Permalink
Merge pull request #69 from nautible/feature/update
Browse files Browse the repository at this point in the history
エコシステムのバージョンアップ
  • Loading branch information
SaitoMunenori authored Dec 12, 2023
2 parents 4aadcb8 + 79e907b commit c0032c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion albc/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: ''
repoURL: 'https://aws.github.io/eks-charts/'
targetRevision: 1.4.1
targetRevision: 1.6.2
chart: 'aws-load-balancer-controller'
helm:
parameters:
Expand Down
2 changes: 1 addition & 1 deletion albc/ingress/manifest/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
alb.ingress.kubernetes.io/group.name: nautible-alb-ingress
alb.ingress.kubernetes.io/healthcheck-port: '31234'
alb.ingress.kubernetes.io/healthcheck-path: '/healthz/ready'
alb.ingress.kubernetes.io/security-groups: 'nautible-dev-cluster-v1_27-albc-sg' # 対象のセキュリティグループに変更する。idまたは名称を指定する。
alb.ingress.kubernetes.io/security-groups: 'nautible-dev-cluster-albc-sg' # 対象のセキュリティグループに変更する。idまたは名称を指定する。
spec:
rules:
-
Expand Down
2 changes: 1 addition & 1 deletion cluster-autoscaler/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: ''
repoURL: 'https://kubernetes.github.io/autoscaler/'
targetRevision: 9.29.1
targetRevision: 9.34.0
chart: cluster-autoscaler
helm:
parameters:
Expand Down
2 changes: 1 addition & 1 deletion distributed-application/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
source:
path: ''
repoURL: 'https://dapr.github.io/helm-charts/'
targetRevision: 1.10.4
targetRevision: 1.12.2
chart: dapr
helm:
parameters:
Expand Down

0 comments on commit c0032c0

Please sign in to comment.