Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
updated registry and repo references (via docs) (#5)
Browse files Browse the repository at this point in the history
* updated registry and repo references (via docs)

Signed-off-by: Egor Ivanov <[email protected]>

* fixed linter error

* fixed linter error

* kabab stype for the stubs

Signed-off-by: Egor Ivanov <[email protected]>

---------

Signed-off-by: Egor Ivanov <[email protected]>
Co-authored-by: alexey.bogdanov <[email protected]>
  • Loading branch information
cheshi-mantu and alexey-bogdanov authored Jun 21, 2024
1 parent 0a85672 commit c6eba01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Run chart-testing (install)
timeout-minutes: 10
run: |
ct install --config ct.yaml --debug --helm-extra-set-args "--set=postgresql.enabled=true --set=minio.enabled=true --set=image.authRequired.enabled=true --set=image.registry=dl.qameta.io --set=image.repository=docker-internal --set=image.authRequired.username=${{ secrets.ARTIFACTORY_USER }} --set=image.authRequired.password=${{ secrets.ARTIFACTORY_PASS }}"
ct install --config ct.yaml --debug --helm-extra-set-args "--set=postgresql.enabled=true --set=minio.enabled=true --set=image.authRequired.enabled=true --set=image.registry=dl.qameta.io --set=image.repository=docker-internal --set=image.imageName=allure-testops --set=image.authRequired.credsKubeSecretName=qameta-secret --set=image.authRequired.username=${{ secrets.ARTIFACTORY_USER }} --set=image.authRequired.password=${{ secrets.ARTIFACTORY_PASS }}"
14 changes: 8 additions & 6 deletions charts/testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,22 @@ version: 5.3.3
# Deploy related
# `image` section defines the source of the binary files of the application
# this section needs to be updated as follows:
# - registry – the name of the registry described in the documentation of the deployment with the Helm Chart or used by your company as a proxy
# - repository – the name of the repo described in the documentation of the deployment with the Helm Chart or used by your company
# - username - the username for images registry either owned by Qameta Software or managed by your organisation
# - password - password for images registry either owned by Qameta Software or managed by your organisation
# - credsKubeSecretName is the label for the secret where chart should store registry authentication info
############################################################################################################
image:
registry: dl.qameta.io
repository: docker
imageName: allure-testops
registry: registry-address-here
repository: repo-name-see-in-docs
imageName: testops
pullPolicy: IfNotPresent
authRequired:
enabled: true
username: username
password: password
credsKubeSecretName: qameta-secret
username: username-received-from-sales
password: password-received-from-sales
credsKubeSecretName: testops-secret-name-here

############################################################################################################
# Deploy related
Expand Down

0 comments on commit c6eba01

Please sign in to comment.