Skip to content
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: 2 additions & 0 deletions .github/workflows/release.actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release CI

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
branches:
- main
Expand Down
7 changes: 0 additions & 7 deletions deploy/openshift/code-quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ kind: Template
metadata:
name: code-quarkus
objects:
- kind: ConfigMap
apiVersion: v1
metadata:
name: code-quarkus-registry
- apiVersion: v1
kind: DeploymentConfig
metadata:
Expand Down Expand Up @@ -105,9 +101,6 @@ objects:
name: secrets
key: segment-write-key
optional: true
envFrom:
- configMapRef:
name: code-quarkus-registry
triggers:
- type: ConfigChange
- kind: Service
Expand Down