Skip to content

Commit

Permalink
HUMCTL_VERSION: '*' (#41)
Browse files Browse the repository at this point in the history
* HUMCTL_VERSION: '*'

* Static workload name for now, CI is broken otherwise
  • Loading branch information
mathieu-benoit authored Jul 3, 2024
1 parent cf21d8a commit 5262204
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
validate-score:
runs-on: ubuntu-latest
env:
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'
steps:
- name: checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency: ${{ github.ref }}

env:
IMAGE: backstage
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'
# CLOUD_PROVIDER: aws
AWS_REGION: ${{ vars.AWS_REGION }}
AWS_ROLE_ARN: ${{ vars.AWS_ROLE_ARN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
APP_NAME: ${{ values.name }}
ENVIRONMENT_ID: {% raw %}pr-${{ github.event.number }}{% endraw %}
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'

{% raw %}
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
{%- else -%}
# Unknown cloud provider: ${{ values.cloudProvider }}
{% endif %}
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'
APP_NAME: ${{ values.name }}

{% raw %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
{% endif %}
BASE_ENVIRONMENT: 'development'
ENVIRONMENT_TYPE: 'development'
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'
ENVIRONMENT_ID: {% raw %}pr-${{ github.event.number }}{% endraw %}
ENVIRONMENT_NAME: {% raw %}PR-${{ github.event.number }}{% endraw %}

Expand Down
2 changes: 1 addition & 1 deletion templates/node-service/content/score.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: score.dev/v1b1

metadata:
name: ${{ values.name | dump }}
name: node-workload

# Define the ports that this service exposes
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
APP_NAME: ${{ values.name }}
ENVIRONMENT_ID: {% raw %}pr-${{ github.event.number }}{% endraw %}
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'

{% raw %}
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
{%- else -%}
# Unknown cloud provider: ${{ values.cloudProvider }}
{% endif %}
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'
APP_NAME: ${{ values.name }}

{% raw %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
{% endif %}
BASE_ENVIRONMENT: 'development'
ENVIRONMENT_TYPE: 'development'
HUMCTL_VERSION: '0.25.0'
HUMCTL_VERSION: '*'
ENVIRONMENT_ID: {% raw %}pr-${{ github.event.number }}{% endraw %}
ENVIRONMENT_NAME: {% raw %}PR-${{ github.event.number }}{% endraw %}

Expand Down
2 changes: 1 addition & 1 deletion templates/podinfo-example/content/score.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: score.dev/v1b1

metadata:
name: ${{ values.name | dump }}
name: podinfo-workload

service:
ports:
Expand Down

0 comments on commit 5262204

Please sign in to comment.