Skip to content

Commit

Permalink
Update GH workflow (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Jul 26, 2024
1 parent 393fc3f commit ca60f1b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file added .github/hcp-terraform-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/tf_logo.png
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/helm-end-to-end-tfc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
paths:
- 'controllers/**'
- 'charts/terraform-cloud-operator/**'
- 'charts/hcp-terraform-operator/**'
workflow_dispatch:

env:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install Helm chart
run: |
helm install --wait --timeout 1m this ./charts/terraform-cloud-operator \
helm install --wait --timeout 1m this ./charts/hcp-terraform-operator \
--set operator.image.repository=${{ env.DOCKER_IMAGE }} \
--set operator.image.tag=${{ env.DOCKER_METADATA_OUTPUT_VERSION }} \
--set operator.syncPeriod=30s \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-end-to-end-tfe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
paths:
- 'controllers/**'
- 'charts/terraform-cloud-operator/**'
- 'charts/hcp-terraform-operator/**'
workflow_dispatch:

env:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install Helm chart
run: |
helm install --wait --timeout 1m this ./charts/terraform-cloud-operator \
helm install --wait --timeout 1m this ./charts/hcp-terraform-operator \
--set operator.image.repository=${{ env.DOCKER_IMAGE }} \
--set operator.image.tag=${{ env.DOCKER_METADATA_OUTPUT_VERSION }} \
--set operator.skipTLSVerify=true \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://cloud.hashicorp.com/products/terraform">
<img src=".github/tf_logo.png" alt="Terraform logo" title="HCP Terraform" align="left" height="50" />
<img src=".github/hcp-terraform-logo.png" alt="HCP Terraform" title="HCP Terraform" align="left" height="60" />
</a>

# HCP Terraform Operator for Kubernetes
Expand Down

0 comments on commit ca60f1b

Please sign in to comment.