File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ before_script:
1717
1818package :
1919 stage : package
20- only :
21- - tags
20+ rules :
21+ - if : ' $CI_COMMIT_TAG =~ /^frp-operator-.*$/ '
2222 script :
23- - cd chart
23+ - cd charts/frp-operator
2424 - helm lint
25- - helm package . --version ${CI_COMMIT_TAG}
26- - mv *.tgz ${CI_PROJECT_NAME}-${ CI_COMMIT_TAG}.tgz
25+ - helm package .
26+ - mv *.tgz ${CI_COMMIT_TAG}.tgz
2727 - helm repo add --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} ${HELM_REPO_URL}
2828 - helm plugin install https://github.com/chartmuseum/helm-push
29- - helm cm-push ${CI_PROJECT_NAME}-${ CI_COMMIT_TAG}.tgz ${CI_PROJECT_NAME}
29+ - helm cm-push ${CI_COMMIT_TAG}.tgz ${CI_PROJECT_NAME}
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : frp-operator
3- version : 1.0.2
3+ version : 1.0.3
44description : Helm chart for frp Operator
55type : application
66keywords :
Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ The **frp Kubernetes Operator** automates the deployment of FRP clients (connect
88
99 ``` bash
1010 helm repo add frp https://frp-operator.aureum.cloud
11+ helm repo update
1112 ```
1213
13142 . ** Install the FRP Operator:**
1415
1516 ``` bash
16- helm install my-frp-operator frp/frp-operator --version 1.0.0
17+ helm install my-frp-operator frp/frp-operator
1718 ```
1819
1920## frp Overview
You can’t perform that action at this time.
0 commit comments