Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
akafazov committed Oct 17, 2024
1 parent 65118fd commit ec3eef2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Build account-operator Workflow
on:
push:
paths:
- 'charts/account-operator/**'
- '.github/workflows/account-operator.yaml'
- 'charts/account-operator-new/**'
- '.github/workflows/account-operator-new.yaml'

jobs:
pipeline:
concurrency:
group: account-operator-${{ github.ref }}
group: account-operator-new-${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
with:
Expand All @@ -24,5 +24,5 @@ jobs:
uses: openmfp/gha/.github/workflows/job-update-version-file.yml@main
secrets: inherit
with:
componentVersionKey: "account-operator"
componentVersionKey: "account-operator-new"
version: ${{ needs.pipeline.outputs.version }}
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ tasks:
cmds:
- helm unittest ./charts/common
- helm unittest ./charts/account-operator-crds
- helm unittest ./charts/account-operator
- helm unittest ./charts/account-operator-new
test:
deps:
- task: helmtest
update:
cmds:
- helm dependency update ./charts/common
- helm dependency update ./charts/account-operator-crds
- helm dependency update ./charts/account-operator
- helm dependency update ./charts/account-operator-new
validate:
cmds:
- task: lint
Expand Down
2 changes: 1 addition & 1 deletion charts/account-operator-new/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: account-operator
name: account-operator-new
description: A Helm chart for Kubernetes
type: application
version: 0.1.11
Expand Down
2 changes: 1 addition & 1 deletion charts/account-operator-new/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
name: ghcr.io/openmfp/account-operator
name: ghcr.io/openmfp/account-operator-new
tag: latest

imagePullSecret: "github"
Expand Down

0 comments on commit ec3eef2

Please sign in to comment.