Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Oct 16, 2023
1 parent 1458231 commit 9016b5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
- name: Publish Capsule
id: publish-capsule
uses: oliverbaehler/github-actions/ko-publish-image@dev
uses: oliverbaehler/github-actions/ko-publish-image@debug-ko
with:
makefile-target: ko-publish-capsule
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
- name: Helm | Publish
id: helm_publish
uses: oliverbaehler/github-actions/helm-oci-chart@dev
uses: oliverbaehler/github-actions/helm-oci-chart@8dfd42735c85f6c58d5d4d6f3232cd0e39d1fe73 # v0.1.0
with:
registry: ghcr.io
repository: ${{ github.repository_owner }}/charts
Expand Down
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# Defaults
REGISTRY ?= ghcr.io
REPOSITORY ?= clastix/capsule
REPOSITORY ?= capsuleproject/capsule
GIT_HEAD_COMMIT ?= $(shell git rev-parse --short HEAD)
GIT_TAG_COMMIT ?= $(shell git rev-parse --short $(VERSION))
GIT_MODIFIED_1 ?= $(shell git diff $(GIT_HEAD_COMMIT) $(GIT_TAG_COMMIT) --quiet && echo "" || echo ".dev")
Expand All @@ -18,9 +18,6 @@ IMG_BASE ?= $(REPOSITORY)/capsule
IMG ?= $(IMG_BASE):$(VERSION)
CAPSULE_IMG ?= $(REGISTRY)/$(IMG_BASE)


# Default bundle image tag
BUNDLE_IMG ?= clastix/capsule:$(VERSION)-bundle
# Options for 'bundle-build'
ifneq ($(origin CHANNELS), undefined)
BUNDLE_CHANNELS := --channels=$(CHANNELS)
Expand Down Expand Up @@ -268,7 +265,7 @@ ko:
####################

pull-upstream:
git remote add upstream https://github.com/clastix/capsule.git
git remote add upstream https://github.com/capsuleproject/capsule.git
git fetch --all && git pull upstream

define install-kustomize
Expand Down
6 changes: 6 additions & 0 deletions charts/capsule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ The Capsule Operator Chart can be used to instantly deploy the Capsule Operator

$ helm uninstall capsule -n capsule-system

### OCI Installation





## Customize the installation

There are two methods for specifying overrides of values during chart installation: `--values` and `--set`.
Expand Down

0 comments on commit 9016b5e

Please sign in to comment.