Skip to content

Commit

Permalink
Merge pull request #362 from kube-tarian/tekton-app-update
Browse files Browse the repository at this point in the history
tekton app version update
  • Loading branch information
vramk23 authored Dec 31, 2023
2 parents 3a0f7c1 + 100555c commit b123585
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 19 deletions.
4 changes: 2 additions & 2 deletions charts/kad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.2.13
version: 0.2.14

# 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.
# It is recommended to use it with quotes.
appVersion: "1.23.0"
appVersion: "1.24.0"
4 changes: 2 additions & 2 deletions charts/server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1.25
version: 0.1.26

# 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.
# It is recommended to use it with quotes.
appVersion: "1.25.0"
appVersion: "1.26.0"
5 changes: 3 additions & 2 deletions server/data/store-apps/app_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ enabledApps:
- crossplane-v1.0.0
- testkube-v1.0.0
- testkube-v1.0.1
- tekton-v0.1.1
- tekton-v0.1.4
- tekton-v0.1.5

disabledApps:
- tekton-v0.1.1
- tekton-v0.1.4
12 changes: 0 additions & 12 deletions server/data/store-apps/conf/tekton-v0.1.1.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ RepoName: "tools"
RepoURL: "https://kube-tarian.github.io/helmrepo-supporting-tools"
Namespace: "tekton"
ReleaseName: "tekton"
Version: "0.1.4"
Version: "0.1.5"
PluginName: "Tekton"
PluginDescription: "Configure Build pipeline with Tekton"
CreateNamespace: true
Icon: "tekton.svg"
LaunchUIDescription: "Intelops Tekton"
LaunchUIIcon: "tekton.svg"
OverrideValues:
DomainName: "{{.DomainName}}"

0 comments on commit b123585

Please sign in to comment.