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

🔄 synced file(s) with upbound/sa-up #58

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Conversation

upbound-bot
Copy link
Collaborator

@upbound-bot upbound-bot commented Oct 15, 2024

synced local file(s) with upbound/sa-up.

Changed files
  • synced local Makefile with remote shared/configurations/Makefile
  • synced local .github/renovate.json5 with remote shared/configurations/renovate.json5

This PR was created automatically by the repo-file-sync-action workflow run #11930191544

@kaessert
Copy link
Collaborator

Tested:

$> make render.show
---
apiVersion: platform.upbound.io/v1alpha1
kind: App
metadata:
  annotations:
    render.crossplane.io/composition-path: apis/pat/composition.yaml
    render.crossplane.io/function-path: examples/functions.yaml
  name: configuration-app
  namespace: default
spec:
  compositeDeletePolicy: Foreground
  parameters:
    helm:
      wait: false
    passwordSecretRef:
      name: configuration-app-mariadb
      namespace: default
    providerConfigName: uptest
  writeConnectionSecretToRef:
    name: configuration-app
status:
  conditions:
  - lastTransitionTime: "2024-01-01T00:00:00Z"
    message: 'Unready resources: helmRelease'
    reason: Creating
    status: "False"
    type: Ready
---
apiVersion: helm.crossplane.io/v1beta1
kind: Release
metadata:
  annotations:
    crossplane.io/composition-resource-name: helmRelease
    render.crossplane.io/composition-path: apis/pat/composition.yaml
    render.crossplane.io/function-path: examples/functions.yaml
  generateName: configuration-app-
  labels:
    crossplane.io/composite: configuration-app
  ownerReferences:
  - apiVersion: platform.upbound.io/v1alpha1
    blockOwnerDeletion: true
    controller: true
    kind: App
    name: configuration-app
    uid: ""
spec:
  forProvider:
    chart:
      name: ghost
      repository: https://charts.bitnami.com/bitnami
      version: 19.3.10
    namespace: ghost
    set:
    - name: externalDatabase.host
      valueFrom:
        secretKeyRef:
          key: host
          name: configuration-app-mariadb
          namespace: default
    - name: externalDatabase.user
      valueFrom:
        secretKeyRef:
          key: username
          name: configuration-app-mariadb
          namespace: default
    - name: externalDatabase.password
      valueFrom:
        secretKeyRef:
          key: password
          name: configuration-app-mariadb
          namespace: default
    values:
      externalDatabase:
        database: upbound
        port: 3306
      ghostBlogTitle: Upbound Rocks!
      ghostHost: upboundrocks.cloud
      mysql:
        enabled: false
      persistence:
        enabled: false
    wait: false
  providerConfigRef:
    name: uptest
  rollbackLimit: 3
$> make check-examples
13:17:07 [ .. ] Checking if package versions in dependencies match examples
13:17:07 [ OK ] Package versions are sane
$> make e2e
...
13:19:58 [ OK ] running automated tests

@kaessert kaessert merged commit d4837bf into main Nov 20, 2024
1 check passed
@kaessert kaessert deleted the repo-sync/sa-up/default branch November 20, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants