diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 7a783554a..0a057dbbf 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -10,7 +10,7 @@ jobs: steps: # Important: This sets up your GITHUB_WORKSPACE environment variable - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/jsonschema.yaml b/.github/workflows/jsonschema.yaml index 33366406a..fa6081f8d 100644 --- a/.github/workflows/jsonschema.yaml +++ b/.github/workflows/jsonschema.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 77cab895a..fefb80e5b 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/sync-rhdp-branch.yml b/.github/workflows/sync-rhdp-branch.yml index e9beea91d..bb76207af 100644 --- a/.github/workflows/sync-rhdp-branch.yml +++ b/.github/workflows/sync-rhdp-branch.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Set up Node diff --git a/pattern-metadata.yaml b/pattern-metadata.yaml index 44b008b71..5a38f632b 100644 --- a/pattern-metadata.yaml +++ b/pattern-metadata.yaml @@ -10,6 +10,7 @@ docs_repo_url: https://github.com/validatedpatterns/docs issues_url: https://github.com/validatedpatterns/multicloud-gitops/issues docs_url: https://validatedpatterns.io/patterns/multicloud-gitops/ ci_url: https://validatedpatterns.io/ci/?pattern=mcgitops +logo: https://validatedpatterns.io/images/logos/multicloud-gitops.png # can be sandbox, tested or maintained tier: maintained owners: mbaldessari, darkdoc diff --git a/values-global.yaml b/values-global.yaml index c01a319d7..41545ed9e 100644 --- a/values-global.yaml +++ b/values-global.yaml @@ -1,6 +1,7 @@ --- global: pattern: multicloud-gitops + singleArgoCD: true options: useCSV: false syncPolicy: Automatic