Upgrade

1. Update the latest images and configurations in config.yaml.

namespace:
  dataacenter: vika-datacenter
  app: vika-app
image:
  # Private repository
  registry: ghcr.io
  tag:
    custom:
      app:
        # Versions of various service images
        backend_server: v1.13.0-release.17_build7871
        init_db: v1.13.0-release.19_build1556
        init_db_enterprise: v1.13.0-release.19_build1556
        init_settings: v1.9.0-alpha_build3807
        openresty: 1.21.4.1-http-fat
        room_server: v1.13.0-release.19_build10113
        web_server: v1.13.0-op_build9066
        imageproxy_server: v0.13.4-alpha_build13
  namespace:
    common: apitable/ee
config:
  custom:
    backend_server:
      # You must enter the correct license authorization code and continue with installation
      SELFHOST_LICENSE: {Your license code} 
    init_data:
      images:
        initAppData: ghcr.io/apitable/apitable-ee/init-appdata:v1.13.0-alpha_build275

Tips: Upload the images to the private repository first

2. One-click to upgrade/update

Command: install k8s-apitable

Ops-manager versions are different for different distributions, please replace the version and execute

docker run --rm --name ops-manager -v /data/apitable/app/config-k8s:/app/terraform/local/config-k8s \
-v /data/apitable/app/custom-config:/app/terraform/local/custom-config \
-v /data/apitable/app/state:/app/terraform/local/state \
ghcr.io/apitable/ee/ops-manager:v1.10.0-alpha_build567 install k8s-apitable