Compare commits

..

4 Commits

Author SHA1 Message Date
Jonas Forsberg
907bb83ef4 .
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 57s
2024-10-15 14:30:35 +02:00
Jonas Forsberg
ef7425ddea . 2024-10-15 14:24:43 +02:00
Jonas Forsberg
bef4b23ced . 2024-10-15 14:23:24 +02:00
Jonas Forsberg
54e87b6b8c . 2024-10-15 14:21:02 +02:00
4 changed files with 16 additions and 10 deletions

View File

@ -20,12 +20,16 @@ jobs:
version: v3.14.4
- name: Check for changed charts
id: changed-files
uses: tj-actions/changed-files@v45.0.3
id: changed-files
uses: tj-actions/changed-files@v44
with:
dir_names: true
dir_names_max_depth: '2'
files: 'charts/**'
- name: List all changed files
run: |
for file in ${{ steps.changed-files.output_all_changed_files }}; do
echo "$file was changed"
done
run: |
for file in ${{ steps.changed-files.output_all_changed_files }}; do
echo "$file was changed"
done

View File

@ -1 +1,2 @@
hellloooo
df

View File

@ -2,8 +2,8 @@ apiVersion: v1
stringData:
AZP_POOL: {{ .Values.azure.pool }}
AZP_TOKEN: {{ .Values.azure.token }}
AZP_URL: {{ .Values.azure.url }}
AZP_URL {{ .Values.azure.url }}
kind: Secret
metadata:
name: {{ include "az-agent.fullname" . }}
type: Opaque
type: Opaque

View File

@ -1,10 +1,11 @@
# Default values for az-agent.
# This is a YAML-formatted file.
# This is a YAML-formatted file. sdf
# Declare variables to be passed into your templates.
azure:
url
pool
pool:
token:
harbor: