Skip to content

Commit

Permalink
changed helm chart release to OCI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Dec 5, 2023
1 parent 8b958d3 commit a5becb6
Show file tree
Hide file tree
Showing 25 changed files with 19 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Container Image
name: Build and Release

on:
push:
Expand Down Expand Up @@ -52,8 +52,24 @@ jobs:
VERSION="${TAG_VERSION#v}"
make bundle bundle-build bundle-push IMAGE_TAG_BASE=ghcr.io/${{ github.repository }} VERSION=$VERSION IMG=ghcr.io/${{ github.repository }}:$TAG_VERSION
helm-chart:
name: helm-chart
needs: build-push-docker
runs-on: ubuntu-latest
steps:
- name: Chart | Push
uses: appany/[email protected]
with:
name: s3-operator
repository: helm-charts/s3-operator
tag: ${{ github.ref_name }}
path: charts/s3-operator # Default charts/{name}
registry: ghcr.io
registry_username: ${{ github.repository_owner }}
registry_password: ${{ secrets.GITHUB_TOKEN }}

release:
needs: build-push-bundle
needs: build-push-docker
name: release
runs-on: ubuntu-latest
steps:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/release.yaml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.2.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a5becb6

Please sign in to comment.