Skip to content

Commit

Permalink
Merge pull request #188 from sheril5/main
Browse files Browse the repository at this point in the history
added lastest tekton chart and modified argocd cm
  • Loading branch information
jebjohns authored Feb 12, 2024
2 parents e2c27fc + ec4b380 commit f361709
Show file tree
Hide file tree
Showing 5 changed files with 3,525 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ name: argo-cd
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
version: 1.0.1
version: 1.0.2
8 changes: 8 additions & 0 deletions charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,14 @@ configs:

# -- Timeout to refresh application data as well as target manifests cache
timeout.hard.reconciliation: 0s
resource.exclusions: |
- apiGroups:
- "*"
kinds:
- "PipelineRun"
- "TaskRun"
clusters:
- "*"
# Dex configuration
# dex.config: |
Expand Down
10 changes: 3 additions & 7 deletions charts/tekton/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ 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.7
version: 0.1.8

# 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: "0.42.0"
appVersion: "0.56.0"


dependencies:
- name: tekton-pipeline
version: '1.0.2'
# This is the binaries repository, as documented in the GitHub repo
repository: 'https://cdfoundation.github.io/tekton-helm-chart/'
Binary file removed charts/tekton/charts/tekton-pipeline-1.0.2.tgz
Binary file not shown.
Loading

0 comments on commit f361709

Please sign in to comment.