Skip to content

Commit

Permalink
feat: EndpointsAlpha RC
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks committed Jan 10, 2025
1 parent fa7d909 commit 824d3d5
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 33 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- endpoint-rc-alpha

env:
DOCKER_BUILDX_PLATFORMS: linux/amd64,linux/arm64
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
if: |
github.repository == 'ngrok/ngrok-operator' &&
github.event_name == 'push' &&
github.ref == 'refs/heads/main'
github.ref == 'refs/heads/endpoint-rc-alpha'
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -61,13 +62,13 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
platforms: ${{ env.DOCKER_BUILDX_PLATFORMS }}
- name: Build and push latest docker image
uses: docker/build-push-action@v3
with:
context: .
platforms: ${{ steps.buildx-setup.outputs.platforms }}
push: true
tags: ngrok/ngrok-operator:latest
# - name: Build and push latest docker image
# uses: docker/build-push-action@v3
# with:
# context: .
# platforms: ${{ steps.buildx-setup.outputs.platforms }}
# push: true
# tags: ngrok/ngrok-operator:latest
- name: Build and push tag'd docker image
uses: docker/build-push-action@v3
if: ${{ needs.changes.outputs.tag == 'true' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- endpoint-rc-alpha
paths:
- 'helm/ngrok-operator/Chart.yaml'

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1
0.14.2-endpoints-alpha
4 changes: 2 additions & 2 deletions helm/ngrok-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: ngrok-operator
description: The official ngrok Kubernetes Operator.
version: 0.17.0-rc.2
appVersion: 0.14.1
version: 0.17.0-endpoints-alpha
appVersion: 0.14.2-endpoints-alpha
keywords:
- ngrok
- networking
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 824d3d5

Please sign in to comment.