|
280 | 280 | "SSH_KEY": "${{ secrets.DEPLOY_KEY }}" |
281 | 281 | "if": "steps.filter.outputs.workflows == 'true'" |
282 | 282 | "run": "make libs/aws-load-balancer-controller" |
| 283 | + "aws-rds-controller": |
| 284 | + "name": "Generate aws-rds-controller Jsonnet library and docs" |
| 285 | + "needs": |
| 286 | + - "build" |
| 287 | + - "repos" |
| 288 | + "runs-on": "ubuntu-latest" |
| 289 | + "steps": |
| 290 | + - "uses": "actions/checkout@v4" |
| 291 | + - "id": "filter" |
| 292 | + "uses": "dorny/paths-filter@v3" |
| 293 | + "with": |
| 294 | + "filters": | |
| 295 | + workflows: |
| 296 | + - '.github/**' |
| 297 | + - 'bin/**' |
| 298 | + - 'Dockerfile' |
| 299 | + - 'go.mod' |
| 300 | + - 'go.sum' |
| 301 | + - 'jsonnet/**' |
| 302 | + - 'main.go' |
| 303 | + - 'Makefile' |
| 304 | + - 'pkg/**' |
| 305 | + - 'scripts/**' |
| 306 | + - 'tf/**' |
| 307 | + - 'libs/aws-rds-controller/**' |
| 308 | + - "if": "steps.filter.outputs.workflows == 'true'" |
| 309 | + "uses": "actions/download-artifact@v4" |
| 310 | + "with": |
| 311 | + "name": "docker-artifact" |
| 312 | + "path": "artifacts" |
| 313 | + - "if": "steps.filter.outputs.workflows == 'true'" |
| 314 | + "run": "make load" |
| 315 | + - "env": |
| 316 | + "DIFF": "true" |
| 317 | + "GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" |
| 318 | + "GIT_COMMITTER_EMAIL": "86770550+jsonnet-libs-bot@users.noreply.github.com" |
| 319 | + "GIT_COMMITTER_NAME": "jsonnet-libs-bot" |
| 320 | + "SSH_KEY": "${{ secrets.DEPLOY_KEY }}" |
| 321 | + "if": "steps.filter.outputs.workflows == 'true'" |
| 322 | + "run": "make libs/aws-rds-controller" |
283 | 323 | "banzai-logging": |
284 | 324 | "name": "Generate banzai-logging Jsonnet library and docs" |
285 | 325 | "needs": |
|
2465 | 2505 | - "argo-rollouts" |
2466 | 2506 | - "argo-workflows" |
2467 | 2507 | - "aws-load-balancer-controller" |
| 2508 | + - "aws-rds-controller" |
2468 | 2509 | - "banzai-logging" |
2469 | 2510 | - "banzaicloud-bank-vaults" |
2470 | 2511 | - "calico" |
|
2528 | 2569 | - "triggermesh" |
2529 | 2570 | - "vault-secrets-operator" |
2530 | 2571 | - "vertical-pod-autoscaler" |
| 2572 | + - "victoria-metrics-operator" |
2531 | 2573 | - "zalando-postgres-operator" |
2532 | 2574 | "runs-on": "ubuntu-latest" |
2533 | 2575 | "steps": |
|
2963 | 3005 | "SSH_KEY": "${{ secrets.DEPLOY_KEY }}" |
2964 | 3006 | "if": "steps.filter.outputs.workflows == 'true'" |
2965 | 3007 | "run": "make libs/vertical-pod-autoscaler" |
| 3008 | + "victoria-metrics-operator": |
| 3009 | + "name": "Generate victoria-metrics-operator Jsonnet library and docs" |
| 3010 | + "needs": |
| 3011 | + - "build" |
| 3012 | + - "repos" |
| 3013 | + "runs-on": "ubuntu-latest" |
| 3014 | + "steps": |
| 3015 | + - "uses": "actions/checkout@v4" |
| 3016 | + - "id": "filter" |
| 3017 | + "uses": "dorny/paths-filter@v3" |
| 3018 | + "with": |
| 3019 | + "filters": | |
| 3020 | + workflows: |
| 3021 | + - '.github/**' |
| 3022 | + - 'bin/**' |
| 3023 | + - 'Dockerfile' |
| 3024 | + - 'go.mod' |
| 3025 | + - 'go.sum' |
| 3026 | + - 'jsonnet/**' |
| 3027 | + - 'main.go' |
| 3028 | + - 'Makefile' |
| 3029 | + - 'pkg/**' |
| 3030 | + - 'scripts/**' |
| 3031 | + - 'tf/**' |
| 3032 | + - 'libs/victoria-metrics-operator/**' |
| 3033 | + - "if": "steps.filter.outputs.workflows == 'true'" |
| 3034 | + "uses": "actions/download-artifact@v4" |
| 3035 | + "with": |
| 3036 | + "name": "docker-artifact" |
| 3037 | + "path": "artifacts" |
| 3038 | + - "if": "steps.filter.outputs.workflows == 'true'" |
| 3039 | + "run": "make load" |
| 3040 | + - "env": |
| 3041 | + "DIFF": "true" |
| 3042 | + "GEN_COMMIT": "${{ github.ref == 'refs/heads/master' && github.repository == 'jsonnet-libs/k8s' }}" |
| 3043 | + "GIT_COMMITTER_EMAIL": "86770550+jsonnet-libs-bot@users.noreply.github.com" |
| 3044 | + "GIT_COMMITTER_NAME": "jsonnet-libs-bot" |
| 3045 | + "SSH_KEY": "${{ secrets.DEPLOY_KEY }}" |
| 3046 | + "if": "steps.filter.outputs.workflows == 'true'" |
| 3047 | + "run": "make libs/victoria-metrics-operator" |
2966 | 3048 | "zalando-postgres-operator": |
2967 | 3049 | "name": "Generate zalando-postgres-operator Jsonnet library and docs" |
2968 | 3050 | "needs": |
|
0 commit comments