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 version: v3.14.4
- name: Check for changed charts - name: Check for changed charts
id: changed-files id: changed-files
uses: tj-actions/changed-files@v45.0.3 uses: tj-actions/changed-files@v44
with:
dir_names: true
dir_names_max_depth: '2'
files: 'charts/**'
- name: List all changed files - name: List all changed files
run: | run: |
for file in ${{ steps.changed-files.output_all_changed_files }}; do for file in ${{ steps.changed-files.output_all_changed_files }}; do
echo "$file was changed" echo "$file was changed"
done done

View File

@ -1 +1,2 @@
hellloooo hellloooo
df

View File

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

View File

@ -1,10 +1,11 @@
# Default values for az-agent. # 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. # Declare variables to be passed into your templates.
azure: azure:
url url
pool pool:
token: token:
harbor: harbor: