abbdc2fda5b42710f4802be3c0766e5eaa3a63c6
[osm/devops.git] /
1 #######################################################################################
2 # Copyright ETSI Contributors and Others.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #    http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13 # implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #######################################################################################
17
18 ---
19 apiVersion: source.toolkit.fluxcd.io/v1beta2
20 kind: HelmRepository
21 metadata:
22   annotations:
23     metadata.weave.works/description: This is the source location for the Weave GitOps
24       Dashboard's helm chart.
25   labels:
26     app.kubernetes.io/component: ui
27     app.kubernetes.io/created-by: weave-gitops-cli
28     app.kubernetes.io/name: weave-gitops-dashboard
29     app.kubernetes.io/part-of: weave-gitops
30   name: ww-gitops
31   namespace: flux-system
32 spec:
33   interval: 1h0m0s
34   type: oci
35   url: oci://ghcr.io/weaveworks/charts
36 ---
37 apiVersion: helm.toolkit.fluxcd.io/v2beta1
38 kind: HelmRelease
39 metadata:
40   annotations:
41     metadata.weave.works/description: This is the Weave GitOps Dashboard.  It provides
42       a simple way to get insights into your GitOps workloads.
43   name: ww-gitops
44   namespace: flux-system
45 spec:
46   chart:
47     spec:
48       chart: weave-gitops
49       sourceRef:
50         kind: HelmRepository
51         name: ww-gitops
52   interval: 1h0m0s
53   values:
54     adminUser:
55       create: true
56       passwordHash: $2a$10$M5y6e9EzHvYOykBF7SqxEeI1Hm.yCTaZfaLJMdD5RXZNDRGBeETEG
57       username: admin
58