Skip to content

Commit

Permalink
revert: "release: update manifest and helm charts for v0.0.1" (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
helayoty committed Sep 12, 2023
1 parent 2148155 commit a3b70a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:
contents: write
packages: write


env:
REGISTRY: ghcr.io
GO_VERSION: '1.20'
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ release-manifest:
@sed -i -e "s/version: .*/version: ${IMG_TAG}/" ./charts/kdm/Chart.yaml
@sed -i -e "s/tag: .*/tag: ${IMG_TAG}/" ./charts/kdm/values.yaml
@sed -i -e 's/IMG_TAG=.*/IMG_TAG=${IMG_TAG}/' ./charts/README.md
@sed -i -e 's/IMG_TAG=.*/IMG_TAG=${IMG_TAG}/' ./README.md
git checkout -b release-${VERSION}
git add ./Makefile ./charts/kdm/Chart.yaml ./charts/kdm/values.yaml ./charts/README.md ./README.md
git add ./Makefile ./charts/kdm/Chart.yaml ./charts/kdm/values.yaml ./charts/README.md
git commit -s -m "release: update manifest and helm charts for ${VERSION}"
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ AZURE_CLUSTER_NAME=<you_AKS_cluster_name> make az-perm az-patch-skaffold-kubenet
```bash
export REGISTRY=<your_docker_registry>
export IMG_NAME=kdm
export IMG_TAG=0.0.1

make docker-build-kdm
```
4. Install KDM helm chart

```bash
helm install --namespace kdm --create-namespace \
kdm-workspace --set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG) ./charts/kdm
kdm --set image.repository=${REGISTRY}/$(IMG_NAME) ./charts/kdm
```

5. Run KDM workspace example
Expand Down

0 comments on commit a3b70a5

Please sign in to comment.