Skip to content

Commit

Permalink
Merge pull request #22262 from Aditvil-Dev/cloudnative
Browse files Browse the repository at this point in the history
Adding compat package
  • Loading branch information
EyeCantCU authored Jun 18, 2024
2 parents ce31c74 + 7e1360f commit 2fc3848
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cloudnative-pg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cloudnative-pg
version: 1.23.2
epoch: 0
epoch: 1
description: CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -30,6 +30,12 @@ subpackages:
output: plugins
subpackage: true

- name: ${{package.name}}-compat
pipeline:
- runs: |
mkdir -p "${{targets.contextdir}}/manager"
ln -s /usr/bin/manager "${{targets.contextdir}}"/manager
update:
enabled: true
github:
Expand Down

0 comments on commit 2fc3848

Please sign in to comment.