Skip to content

Commit

Permalink
fix: targetRevisionでバージョン指定
Browse files Browse the repository at this point in the history
  • Loading branch information
honahuku committed Dec 13, 2023
1 parent 16d2320 commit 4af37c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions applications/base/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ metadata:
spec:
project: default
source:
repoURL: "https://1password.github.io/connect-helm-charts/"
targetRevision: HEAD
chart: connect
repoURL: https://1password.github.io/connect-helm-charts/
targetRevision: 1.14.0
helm:
parameters:
- name: operator.create
value: "true"
valuesObject:
operator:
create: true
destination:
server: https://kubernetes.default.svc
namespace: connect

0 comments on commit 4af37c6

Please sign in to comment.