Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HUMCTL_VERSION: '*' #41

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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