Skip to content

Commit

Permalink
chore: Align version
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Aug 28, 2024
1 parent 1389807 commit 9b3ff33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.0.1
VERSION ?= 0.1.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down Expand Up @@ -164,7 +164,7 @@ docker-push: ## Push docker image with the manager.
$(CONTAINER_TOOL) push ${IMG}

# PLATFORMS defines the target platforms for the manager image be built to provide support to multiple
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.0.1). To use this option you need to:
# architectures. (i.e. make docker-buildx IMG=myregistry/mypoperator:0.1.0). To use this option you need to:
# - be able to use docker buildx. More info: https://docs.docker.com/build/buildx/
# - have enabled BuildKit. More info: https://docs.docker.com/develop/develop-images/build_enhancements/
# - be able to push the image to your registry (i.e. if you do not set a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
Expand Down
8 changes: 4 additions & 4 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: A Helm chart for Tekton Custom Tasks
home: https://github.com/KubeRocketCI/tekton-custom-task
name: tekton-custom-task
type: application
version: 0.0.1
appVersion: 0.0.1
version: 0.1.0
appVersion: 0.1.0
keywords:
- tekton
- pipeline
Expand All @@ -20,8 +20,8 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/operator: "true"
artifacthub.io/images: |
- name: tekton-custom-task:0.0.1
image: KubeRocketCI/tekton-custom-task:0.0.1
- name: tekton-custom-task:0.1.0-SNAPSHOT.4
image: epamedp/tekton-custom-task:0.1.0-SNAPSHOT.4
artifacthub.io/operatorCapabilities: Full Lifecycle
artifacthub.io/crds: |
artifacthub.io/crdsExamples: |
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tekton-custom-task

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)

A Helm chart for Tekton Custom Tasks

Expand Down

0 comments on commit 9b3ff33

Please sign in to comment.